xrpld
Loading...
Searching...
No Matches
xrpl::ParsedUrl Struct Reference

#include <StringUtilities.h>

Collaboration diagram for xrpl::ParsedUrl:

Public Member Functions

 ParsedUrl ()=default
bool operator== (ParsedUrl const &other) const

Public Attributes

std::string scheme
std::string username
std::string password
std::string domain
std::optional< std::uint16_tport
std::string path

Detailed Description

Definition at line 104 of file StringUtilities.h.

Constructor & Destructor Documentation

◆ ParsedUrl()

xrpl::ParsedUrl::ParsedUrl ( )
explicitdefault

Member Function Documentation

◆ operator==()

bool xrpl::ParsedUrl::operator== ( ParsedUrl const & other) const

Definition at line 116 of file StringUtilities.h.

Member Data Documentation

◆ scheme

std::string xrpl::ParsedUrl::scheme

Definition at line 108 of file StringUtilities.h.

◆ username

std::string xrpl::ParsedUrl::username

Definition at line 109 of file StringUtilities.h.

◆ password

std::string xrpl::ParsedUrl::password

Definition at line 110 of file StringUtilities.h.

◆ domain

std::string xrpl::ParsedUrl::domain

Definition at line 111 of file StringUtilities.h.

◆ port

std::optional<std::uint16_t> xrpl::ParsedUrl::port

Definition at line 112 of file StringUtilities.h.

◆ path

std::string xrpl::ParsedUrl::path

Definition at line 113 of file StringUtilities.h.