Uniform resource locator.
More...
#include <URL.h>
|
| static URL | parse (std::string const &string) |
| | Parse an URL into its five components. More...
|
| |
Uniform resource locator.
◆ operator std::string()
| odil::webservices::URL::operator std::string |
( |
| ) |
const |
Recompose the components.
◆ operator!=()
| bool odil::webservices::URL::operator!= |
( |
URL const & |
other | ) |
const |
◆ operator==()
| bool odil::webservices::URL::operator== |
( |
URL const & |
other | ) |
const |
◆ parse()
| static URL odil::webservices::URL::parse |
( |
std::string const & |
string | ) |
|
|
static |
Parse an URL into its five components.
◆ parse_query()
| std::vector<std::pair<std::string, std::string> > odil::webservices::URL::parse_query |
( |
std::string const & |
separator = "&" | ) |
const |
Parse attribute-value pairs in query string.
◆ authority
| std::string odil::webservices::URL::authority |
◆ fragment
| std::string odil::webservices::URL::fragment |
◆ path
| std::string odil::webservices::URL::path |
◆ query
| std::string odil::webservices::URL::query |
◆ scheme
| std::string odil::webservices::URL::scheme |
The documentation for this struct was generated from the following file:
- /build/odil-yrshhL/odil-0.12.2/src/odil/webservices/URL.h