|
std::map< HTTP::Status, Attributes > & | get_responses_ () |
|
void | CompoundResponse_ (HTTP::Status status, JSON::Object::Ptr result_json) |
|
void | CompoundFillResponse_ (HTTP::Status status, JSON::Object::Ptr result_json, std::string message) |
|
void | JSONResponse_ (HTTP::Status status, std::string message) |
|
void | HTMLResponse_ (HTTP::Status status, std::string message) |
|
void | CustomHTMLResponse_ (HTTP::Status status, std::string html_message) |
|
void | FileResponse_ (HTTP::Status status, std::string address) |
|
HTTPServerRequestPtr & | get_http_server_request () |
|
HTTPServerResponsePtr & | get_http_server_response () |
|
std::vector< HTTP::Header > | get_headers () |
|
std::vector< HTTP::Cookie > | get_cookies () |
|
void | AddHeader_ (std::string name, std::string value) |
|
void | AddCookie_ (std::string name, std::string value) |
|