Beast documentation work

This commit is contained in:
Vinnie Falco
2016-04-22 19:02:07 -04:00
parent 010444d77a
commit 7cfdab936c
33 changed files with 1723 additions and 1562 deletions

View File

@@ -22,9 +22,16 @@ namespace http {
*/
struct empty_body
{
struct value_type
{
};
#if GENERATING_DOCS
/// The type of the `message::body` member
using value_type = void;
#else
struct value_type {};
#endif
#if GENERATING_DOCS
private:
#endif
struct reader
{