tgbot-cpp
|
#include <HttpServer.h>
Public Member Functions | |
Connection (boost::asio::basic_stream_socket< Protocol > socket, ServerHandler handler, const HttpParser &httpParser) | |
void | start () |
Protected Member Functions | |
void | _readHeader () |
void | _readBody (std::shared_ptr< boost::asio::streambuf > data, unsigned long long size, std::shared_ptr< std::unordered_map< std::string, std::string > > headers) |
Protected Attributes | |
boost::asio::basic_stream_socket< Protocol > | _socket |
const ServerHandler | _handler |
const HttpParser & | _httpParser |
Definition at line 54 of file HttpServer.h.
|
inline |
Definition at line 57 of file HttpServer.h.
|
inlineprotected |
Definition at line 114 of file HttpServer.h.
|
inlineprotected |
Definition at line 71 of file HttpServer.h.
|
inline |
Definition at line 62 of file HttpServer.h.
|
protected |
Definition at line 68 of file HttpServer.h.
|
protected |
Definition at line 69 of file HttpServer.h.
|
protected |
Definition at line 67 of file HttpServer.h.