# boost.http **Repository Path**: cyys/boost.http ## Basic Information - **Project Name**: boost.http - **Description**: boost.http加速 - **Primary Language**: C++ - **License**: BSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-06 - **Last Updated**: 2023-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Boost.Http [![Join the chat at https://gitter.im/BoostGSoC14/boost.http](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/BoostGSoC14/boost.http?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Build Status](https://travis-ci.org/vinipsmaker/asiohttpserver.svg?branch=socket)](https://travis-ci.org/vinipsmaker/asiohttpserver) [![Build status](https://ci.appveyor.com/api/projects/status/0bkoiqxndehg2mj9/branch/socket?svg=true)](https://ci.appveyor.com/project/vinipsmaker/boost-http) This library implements a core HTTP server for Boost that can be used from resource-constrained devices to powerful machines that have plenty of resources to make use of and can speed up the server (such as extra ram available to pools and extra cpus available to multithreaded servers). A future aim of the library is to support several http transport mechanisms, but continue to expose http power (100-continue, chunked entities, upgrade, ...). Thanks to the first requirement, runtime polymorphism is avoided, but support for runtime-based polymorphism is also present. # LICENSE This library is licensed under the terms of the Boost Software License, version 1.0. You can find a copy of the license with this library. # Building ## Dependencies * CMake for build * Boost libraries ## Documentation You can generate documentation using the Boost.Build-based rules within the doc directory. Like so: ```shell cd doc b2 ``` If you can't (or just don't want) generate the documentation, just look at the generated documentation found on the `gh-pages` branch or the site.