|
| MOCK_METHOD ((std::multimap< std::string, std::string >), getQueryParameters,(),(const, override)) |
|
| MOCK_METHOD (std::string, getPath,(),(const, override)) |
|
| MOCK_METHOD (void, setPort,(std::uint16_t port),(override)) |
|
| MOCK_METHOD (std::string, toString,(),(const, override)) |
|
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.
|
|
The documentation for this class was generated from the following file: