#include <uri.hpp>
Public Member Functions | |
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 | 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... | |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 228 of file uri.hpp.
Referenced by BOOST_AUTO_TEST_CASE().
|
inline |
Definition at line 232 of file uri.hpp.
Referenced by BOOST_AUTO_TEST_CASE().
|
inline |
Definition at line 236 of file uri.hpp.
Referenced by BOOST_AUTO_TEST_CASE().
|
inline |
Definition at line 240 of file uri.hpp.
Referenced by BOOST_AUTO_TEST_CASE().
|
inline |
|
inline |
|
inline |
Definition at line 260 of file uri.hpp.
Referenced by BOOST_AUTO_TEST_CASE().
|
inline |
Definition at line 270 of file uri.hpp.
Referenced by BOOST_AUTO_TEST_CASE().
|
inline |
Return the query portion.
Returns the query portion (after the ?) of the URI or an empty string if there is none.
Definition at line 294 of file uri.hpp.
References websocketpp::http::status_code::found, websocketpp::error::invalid_port, and websocketpp::error::make_error_code().
Referenced by BOOST_AUTO_TEST_CASE().