|
| uri (std::string const &uri_string) |
|
| uri (bool secure, std::string const &host, uint16_t port, std::string const &resource) |
|
| uri (bool secure, std::string const &host, std::string const &resource) |
|
| uri (bool secure, std::string const &host, std::string const &port, std::string const &resource) |
|
| uri (std::string const &scheme, std::string const &host, uint16_t port, std::string const &resource) |
|
| uri (std::string scheme, std::string const &host, std::string const &resource) |
|
| uri (std::string const &scheme, std::string const &host, std::string const &port, std::string const &resource) |
|
bool | get_valid () const |
|
bool | is_ipv6_literal () const |
|
bool | get_secure () const |
|
std::string const & | get_scheme () const |
|
std::string const & | get_host () const |
|
std::string | get_host_port () const |
|
std::string | get_authority () const |
|
uint16_t | get_port () const |
|
std::string | get_port_str () const |
|
std::string const & | get_resource () const |
|
std::string | str () const |
|
std::string | get_query () const |
| Return the query portion. More...
|
|
Definition at line 397 of file uri.hpp.
◆ get_query()
std::string websocketpp::uri::get_query |
( |
| ) |
const |
|
inline |
Return the query portion.
Returns the query portion (after the ?) of the URI or an empty string if there is none.
- Returns
- query portion of the URI.
Definition at line 732 of file uri.hpp.
◆ is_ipv6_literal()
bool websocketpp::uri::is_ipv6_literal |
( |
| ) |
const |
|
inline |
- Since
- 0.8.3
- Returns
- True if the host of this URI is an IPv6 literal address
Definition at line 651 of file uri.hpp.
The documentation for this class was generated from the following file: