Electroneum
net_parse_helpers.h File Reference
#include "http_base.h"
#include "reg_exp_definer.h"
Include dependency graph for net_parse_helpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 epee
 
 epee::net_utils
 

Macros

#define ELECTRONEUM_DEFAULT_LOG_CATEGORY   "net"
 

Functions

bool epee::net_utils::parse_uri_query (const std::string &query, std::list< std::pair< std::string, std::string > > &params)
 
bool epee::net_utils::parse_uri (const std::string uri, http::uri_content &content)
 
bool epee::net_utils::parse_url (const std::string url_str, http::url_content &content)
 

Macro Definition Documentation

◆ ELECTRONEUM_DEFAULT_LOG_CATEGORY

#define ELECTRONEUM_DEFAULT_LOG_CATEGORY   "net"

Definition at line 35 of file net_parse_helpers.h.