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

Separates scheme, authority, and path sections of a URI. More...

#include <parse.h>

Public Member Functions

 scheme_and_authority (boost::string_ref uri)

Public Attributes

std::string scheme
std::string authority

Detailed Description

Separates scheme, authority, and path sections of a URI.

Constructor & Destructor Documentation

◆ scheme_and_authority()

net::scheme_and_authority::scheme_and_authority ( boost::string_ref uri)
explicit
Parameters
uriwith optional scheme, authority, and optional path. No URNs.

Member Data Documentation

◆ authority

std::string net::scheme_and_authority::authority

◆ scheme

std::string net::scheme_and_authority::scheme

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