|
Monero
|
#include "memwipe.h"#include <boost/utility/string_ref.hpp>#include <string>#include <utility>#include <list>#include <cstdint>

Go to the source code of this file.
Classes | |
| struct | epee::net_utils::http::http_header_info |
| struct | epee::net_utils::http::uri_content |
| struct | epee::net_utils::http::url_content |
| struct | epee::net_utils::http::http_request_info |
| struct | epee::net_utils::http::http_response_info |
Namespaces | |
| namespace | epee |
| TODO: (mj-xmr) This will be reduced in an another PR. | |
| namespace | epee::net_utils |
| namespace | epee::net_utils::http |
Macros | |
| #define | MONERO_DEFAULT_LOG_CATEGORY "net.http" |
Typedefs | |
| typedef std::list< std::pair< std::string, std::string > > | epee::net_utils::http::fields_list |
Functions | |
| std::string | epee::net_utils::http::get_value_from_fields_list (const std::string ¶m_name, const net_utils::http::fields_list &fields) |
| std::string | epee::net_utils::http::get_value_from_uri_line (const std::string ¶m_name, const std::string &uri) |
| static void | epee::net_utils::http::add_field (std::string &out, const boost::string_ref name, const boost::string_ref value) |
| static void | epee::net_utils::http::add_field (std::string &out, const std::pair< std::string, std::string > &field) |
| #define MONERO_DEFAULT_LOG_CATEGORY "net.http" |