cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
msgpack_rpc::addresses::URI Member List

This is the complete list of members for msgpack_rpc::addresses::URI, including all inherited members.

host_or_path() const noexceptmsgpack_rpc::addresses::URI
host_or_path_msgpack_rpc::addresses::URIprivate
operator!=(const URI &right) constmsgpack_rpc::addresses::URI
operator==(const URI &right) constmsgpack_rpc::addresses::URI
parse(std::string_view uri_string)msgpack_rpc::addresses::URIstatic
port_number() const noexceptmsgpack_rpc::addresses::URI
port_number_msgpack_rpc::addresses::URIprivate
scheme() const noexceptmsgpack_rpc::addresses::URI
scheme_msgpack_rpc::addresses::URIprivate
URI(std::string_view scheme, std::string_view host_or_path, std::optional< std::uint16_t > port_number=std::optional< std::uint16_t >())msgpack_rpc::addresses::URI