Uniform resource locator.
More...
#include <URL.h>
|
| bool | operator== (URL const &other) const |
| bool | operator!= (URL const &other) const |
| | operator std::string () const |
| | Recompose the components.
|
| std::vector< std::pair< std::string, std::string > > | parse_query (std::string const &separator="&") const |
| | Parse attribute-value pairs in query string.
|
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()
| 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/reproducible-path/odil-0.13.0/src/odil/webservices/URL.h