Beast class refactor

This commit is contained in:
Vinnie Falco
2013-10-03 17:38:04 -07:00
parent 8b7056b06c
commit ac37c38133
35 changed files with 59 additions and 5641 deletions

View File

@@ -17,6 +17,8 @@
*/
//==============================================================================
namespace beast {
HTTPParser::HTTPParser (Type type)
: m_type (type)
, m_impl (new HTTPParserImpl (
@@ -102,3 +104,5 @@ SharedPtr <HTTPResponse> const& HTTPParser::response ()
return m_response;
}
}