|
Monero
|
Separates scheme, user, pass, and host+port sections of a URI. More...
#include <parse.h>

Public Member Functions | |
| uri_components () | |
Static Public Member Functions | |
| static boost::optional< uri_components > | get (boost::string_ref uri) |
Public Attributes | |
| std::string | scheme |
| user_and_pass | userinfo |
| std::string | hostport |
Separates scheme, user, pass, and host+port sections of a URI.
|
inline |
|
static |
| uri | with optional scheme, optional user, optional pass, authority, and optional path. URN not supported. |
| std::string net::uri_components::hostport |
| std::string net::uri_components::scheme |
| user_and_pass net::uri_components::userinfo |