#include <http.h>
§ http_headers()
| http_headers::http_headers |
( |
| ) |
|
§ content_length()
| int http_headers::content_length |
( |
| ) |
|
§ get_response()
| std::string http_headers::get_response |
( |
HandleKits * |
kits | ) |
|
§ on_read_header()
| void http_headers::on_read_header |
( |
std::string |
line | ) |
|
§ on_read_request_line()
| void http_headers::on_read_request_line |
( |
std::string |
line | ) |
|
§ headers
| std::map<std::string, std::string> http_headers::headers |
|
private |
§ method
| std::string http_headers::method |
|
private |
§ options
| std::stringstream http_headers::options |
§ url
| std::string http_headers::url |
|
private |
§ version
| std::string http_headers::version |
|
private |
The documentation for this class was generated from the following files: