#include <url.hpp>
◆ URL() [1/6]
◆ URL() [2/6]
dcn::http::URL::URL |
( |
const std::string & |
url | ) |
|
◆ URL() [3/6]
dcn::http::URL::URL |
( |
std::string && |
url | ) |
|
◆ URL() [4/6]
◆ URL() [5/6]
◆ URL() [6/6]
dcn::http::URL::URL |
( |
URL && |
| ) |
|
|
default |
◆ ~URL()
◆ getFullPath()
std::string dcn::http::URL::getFullPath |
( |
| ) |
const |
Returns the full path of the URL, including the query string.
- Returns
- The full path of the URL.
◆ getPathInfo()
std::string dcn::http::URL::getPathInfo |
( |
| ) |
const |
Returns the path info of the URL.
- Returns
- The path info of the URL.
◆ getPathModule()
std::string dcn::http::URL::getPathModule |
( |
| ) |
const |
Returns the path module of the URL.
- Returns
- The path module of the URL.
◆ getQuery()
std::string dcn::http::URL::getQuery |
( |
| ) |
const |
Returns the query string of the URL.
- Returns
- The query string of the URL.
◆ operator=() [1/2]
◆ operator=() [2/2]
URL & dcn::http::URL::operator= |
( |
URL && |
| ) |
|
|
default |
◆ operator==()
The documentation for this class was generated from the following files: