#include <http.h>
Public Member Functions | |
void | set_verification_level (Verification_level lev) |
void | set_max_size (size_t m) |
bool | expect_continue () const |
Packet * | read_request (const std::string &) |
Packet * | read_response (const std::string &, bool read_header_only) |
void | set_continue_sent () |
Helper that responsible for constructing HTTP packets of specified type (request or response).