|
xrpld
|
#include <StringUtilities.h>

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_t > | port |
| std::string | path |
Definition at line 104 of file StringUtilities.h.
|
explicitdefault |
| bool xrpl::ParsedUrl::operator== | ( | ParsedUrl const & | other | ) | const |
Definition at line 116 of file StringUtilities.h.
| std::string xrpl::ParsedUrl::scheme |
Definition at line 108 of file StringUtilities.h.
| std::string xrpl::ParsedUrl::username |
Definition at line 109 of file StringUtilities.h.
| std::string xrpl::ParsedUrl::password |
Definition at line 110 of file StringUtilities.h.
| std::string xrpl::ParsedUrl::domain |
Definition at line 111 of file StringUtilities.h.
| std::optional<std::uint16_t> xrpl::ParsedUrl::port |
Definition at line 112 of file StringUtilities.h.
| std::string xrpl::ParsedUrl::path |
Definition at line 113 of file StringUtilities.h.