#include <URL.h>
|
| virtual std::multimap< std::string, std::string > | getQueryParameters () const=0 |
| | Returns the query parameters, URL-decoded.
|
| |
| virtual std::string | getPath () const=0 |
| | Returns path, URL-decoded.
|
| |
| virtual void | setPort (std::uint16_t port)=0 |
| | Sets port.
|
| |
| virtual std::string | toString () const=0 |
| | Returns the URL as string.
|
| |
◆ getPath()
| virtual std::string tenduke::net::URL::getPath |
( |
| ) |
const |
|
pure virtual |
Returns path, URL-decoded.
- Returns
- -
◆ getQueryParameters()
| virtual std::multimap< std::string, std::string > tenduke::net::URL::getQueryParameters |
( |
| ) |
const |
|
pure virtual |
Returns the query parameters, URL-decoded.
- Returns
- -
- Exceptions
-
◆ setPort()
| virtual void tenduke::net::URL::setPort |
( |
std::uint16_t | port | ) |
|
|
pure virtual |
◆ toString()
| virtual std::string tenduke::net::URL::toString |
( |
| ) |
const |
|
pure virtual |
Returns the URL as string.
- Returns
- -
The documentation for this class was generated from the following file: