|
net-cpp
2.0.0
C++11 library for networking purposes
|
The Uri class encapsulates the components of a URI. More...
#include <uri.h>
Collaboration diagram for core::net::Uri:Public Types | |
| typedef std::string | Host |
| typedef std::vector< std::string > | Path |
| typedef std::vector< std::pair< std::string, std::string > > | QueryParameters |
Public Attributes | |
| Host | host |
| The host is the first part of the URI, including the protocol. More... | |
| Path | path |
| the path components More... | |
| QueryParameters | query_parameters |
| The CGI query parameters as ordered key-value pairs. More... | |
| typedef std::string core::net::Uri::Host |
| typedef std::vector<std::string> core::net::Uri::Path |
| typedef std::vector<std::pair<std::string, std::string> > core::net::Uri::QueryParameters |
| Host core::net::Uri::host |
| Path core::net::Uri::path |
| QueryParameters core::net::Uri::query_parameters |