URL Parser.
More...
#include <UrlHelper.h>
|
| std::string | protocol |
| | Protocol.
|
| |
| std::string | host |
| | Host.
|
| |
| std::string | url |
| | Resource.
|
| |
| std::string | query |
| | Query.
|
| |
◆ Url() [1/2]
| sese::net::http::Url::Url |
( |
| ) |
|
|
default |
◆ Url() [2/2]
| Url::Url |
( |
const std::string & | url | ) |
|
|
explicitnoexcept |
◆ getHost()
| const std::string & sese::net::http::Url::getHost |
( |
| ) |
const |
|
inlinenodiscard |
◆ getProtocol()
| const std::string & sese::net::http::Url::getProtocol |
( |
| ) |
const |
|
inlinenodiscard |
◆ getQuery()
| const std::string & sese::net::http::Url::getQuery |
( |
| ) |
const |
|
inlinenodiscard |
◆ getUrl()
| const std::string & sese::net::http::Url::getUrl |
( |
| ) |
const |
|
inlinenodiscard |
◆ host
| std::string sese::net::http::Url::host |
|
private |
◆ protocol
| std::string sese::net::http::Url::protocol |
|
private |
◆ query
| std::string sese::net::http::Url::query |
|
private |
◆ url
| std::string sese::net::http::Url::url |
|
private |
The documentation for this class was generated from the following files: