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

@@ -23,8 +23,13 @@ namespace http {
template<class Streambuf>
struct basic_streambuf_body
{
/// The type of the `message::body` member
using value_type = Streambuf;
#if GENERATING_DOCS
private:
#endif
class reader
{
value_type& sb_;