#include <webclient.h>
|
| | URL ()=default |
| |
| | URL (std::string const &addr) |
| |
| std::string const & | scheme () const |
| |
| std::string const & | host () const |
| |
| int | port () const |
| |
| std::string const & | path () const |
| |
| bool | isssl () const |
| |
◆ URL() [1/2]
◆ URL() [2/2]
| WebClient::URL::URL |
( |
std::string const & |
addr | ) |
|
◆ host()
| std::string const& WebClient::URL::host |
( |
| ) |
const |
|
inline |
◆ isssl()
| bool WebClient::URL::isssl |
( |
| ) |
const |
◆ path()
| std::string const& WebClient::URL::path |
( |
| ) |
const |
|
inline |
◆ port()
| int WebClient::URL::port |
( |
| ) |
const |
|
inline |
◆ scheme()
| std::string const& WebClient::URL::scheme |
( |
| ) |
const |
|
inline |
◆ WebClient
◆ data
The documentation for this class was generated from the following files: