Electroneum
epee::net_utils::http::uri_content Struct Reference

#include <http_base.h>

Collaboration diagram for epee::net_utils::http::uri_content:

Public Attributes

std::string m_path
 
std::string m_query
 
std::string m_fragment
 
std::list< std::pair< std::string, std::string > > m_query_params
 

Detailed Description

Definition at line 138 of file http_base.h.

Member Data Documentation

◆ m_fragment

std::string epee::net_utils::http::uri_content::m_fragment

Definition at line 142 of file http_base.h.

◆ m_path

std::string epee::net_utils::http::uri_content::m_path

Definition at line 140 of file http_base.h.

◆ m_query

std::string epee::net_utils::http::uri_content::m_query

Definition at line 141 of file http_base.h.

◆ m_query_params

std::list<std::pair<std::string, std::string> > epee::net_utils::http::uri_content::m_query_params

Definition at line 143 of file http_base.h.


The documentation for this struct was generated from the following file: