Definition at line 74 of file http_request_handler.cpp.
◆ BodyCollectingConnection()
◆ handle_read()
void async_web_server_cpp::BodyCollectingConnection::handle_read |
( |
const char * |
begin, |
|
|
const char * |
end |
|
) |
| |
|
inline |
◆ static_handle_read()
static void async_web_server_cpp::BodyCollectingConnection::static_handle_read |
( |
BodyCollectingConnectionPtr |
_this, |
|
|
const char * |
begin, |
|
|
const char * |
end |
|
) |
| |
|
inlinestatic |
◆ body_stream_
std::stringstream async_web_server_cpp::BodyCollectingConnection::body_stream_ |
|
private |
◆ connection_
boost::shared_ptr<HttpConnection> async_web_server_cpp::BodyCollectingConnection::connection_ |
|
private |
◆ handler_
◆ length_
ssize_t async_web_server_cpp::BodyCollectingConnection::length_ |
|
private |
◆ received_length_
size_t async_web_server_cpp::BodyCollectingConnection::received_length_ |
|
private |
◆ request_
const HttpRequest async_web_server_cpp::BodyCollectingConnection::request_ |
|
private |
The documentation for this class was generated from the following file: