Electroneum
http_base.h File Reference
#include <boost/lexical_cast.hpp>
#include <boost/regex.hpp>
#include <boost/utility/string_ref.hpp>
#include <string>
#include <utility>
#include "string_tools.h"
Include dependency graph for http_base.h:
This graph shows which files directly or indirectly include this file:

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

 epee
 
 epee::net_utils
 
 epee::net_utils::http
 

Macros

#define ELECTRONEUM_DEFAULT_LOG_CATEGORY   "net.http"
 

Typedefs

typedef std::list< std::pair< std::string, std::string > > epee::net_utils::http::fields_list
 

Enumerations

enum  epee::net_utils::http::http_method {
  epee::net_utils::http::http_method_options, epee::net_utils::http::http_method_get, epee::net_utils::http::http_method_post, epee::net_utils::http::http_method_put,
  epee::net_utils::http::http_method_head, epee::net_utils::http::http_method_etc, epee::net_utils::http::http_method_unknown
}
 
enum  epee::net_utils::http::http_content_type { epee::net_utils::http::http_content_type_text_html, epee::net_utils::http::http_content_type_image_gif, epee::net_utils::http::http_content_type_other, epee::net_utils::http::http_content_type_not_set }
 

Functions

std::string epee::net_utils::http::get_value_from_fields_list (const std::string &param_name, const net_utils::http::fields_list &fields)
 
std::string epee::net_utils::http::get_value_from_uri_line (const std::string &param_name, const std::string &uri)
 

Macro Definition Documentation

◆ ELECTRONEUM_DEFAULT_LOG_CATEGORY

#define ELECTRONEUM_DEFAULT_LOG_CATEGORY   "net.http"

Definition at line 39 of file http_base.h.