Monero
Loading...
Searching...
No Matches
net::userinfo_and_hostport Struct Reference

Separates the userinfo and host+port from URI authority. More...

#include <parse.h>

Public Member Functions

 userinfo_and_hostport (boost::string_ref authority)

Public Attributes

std::string userinfo
std::string hostport

Detailed Description

Separates the userinfo and host+port from URI authority.

Constructor & Destructor Documentation

◆ userinfo_and_hostport()

net::userinfo_and_hostport::userinfo_and_hostport ( boost::string_ref authority)
explicit
Parameters
authorityportion of a URI.

Member Data Documentation

◆ hostport

std::string net::userinfo_and_hostport::hostport

◆ userinfo

std::string net::userinfo_and_hostport::userinfo

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