|
Electroneum
|
Classes | |
| struct | custum_handler_config |
| class | http_client_auth |
| Implements RFC 2617 digest auth. Digests from RFC 7616 can be added. More... | |
| class | http_custom_handler |
| struct | http_header_info |
| struct | http_request_info |
| struct | http_response_info |
| class | http_server_auth |
| Implements RFC 2617 digest auth. Digests from RFC 7616 can be added. More... | |
| struct | http_server_config |
| class | http_simple_client_template |
| struct | i_http_server_handler |
| struct | login |
| class | simple_http_connection_handler |
| struct | uri_content |
| struct | url_content |
Typedefs | |
| typedef std::list< std::pair< std::string, std::string > > | fields_list |
| typedef http_simple_client_template< blocked_mode_client > | http_simple_client |
Functions | |
| std::string | get_value_from_fields_list (const std::string ¶m_name, const net_utils::http::fields_list &fields) |
| std::string | get_value_from_uri_line (const std::string ¶m_name, const std::string &uri) |
| typedef std::list<std::pair<std::string, std::string> > epee::net_utils::http::fields_list |
Definition at line 66 of file http_base.h.
Definition at line 1018 of file http_client.h.
| Enumerator | |
|---|---|
| http_content_type_text_html | |
| http_content_type_image_gif | |
| http_content_type_other | |
| http_content_type_not_set | |
Definition at line 58 of file http_base.h.
| Enumerator | |
|---|---|
| http_method_options | |
| http_method_get | |
| http_method_post | |
| http_method_put | |
| http_method_head | |
| http_method_etc | |
| http_method_unknown | |
Definition at line 48 of file http_base.h.
|
inline |
Definition at line 69 of file http_base.h.

|
inline |
Definition at line 84 of file http_base.h.