#include <gpudb/Http.hpp>
|
static const std::string | HTTP |
|
static const std::string | HTTPS |
|
Definition at line 14 of file Http.hpp.
◆ HttpUrl() [1/5]
gpudb::HttpUrl::HttpUrl |
( |
| ) |
|
◆ HttpUrl() [2/5]
gpudb::HttpUrl::HttpUrl |
( |
const char * |
url | ) |
|
◆ HttpUrl() [3/5]
gpudb::HttpUrl::HttpUrl |
( |
const std::string & |
url | ) |
|
◆ HttpUrl() [4/5]
gpudb::HttpUrl::HttpUrl |
( |
const std::string & |
protocol, |
|
|
const std::string & |
host, |
|
|
uint16_t |
port, |
|
|
const std::string & |
path, |
|
|
const std::string & |
query = std::string() |
|
) |
| |
◆ HttpUrl() [5/5]
gpudb::HttpUrl::HttpUrl |
( |
const HttpUrl & |
baseUrl, |
|
|
const std::string & |
path, |
|
|
const std::string & |
query = std::string() |
|
) |
| |
◆ getHost()
const std::string& gpudb::HttpUrl::getHost |
( |
| ) |
const |
◆ getPath()
const std::string& gpudb::HttpUrl::getPath |
( |
| ) |
const |
◆ getPort()
uint16_t gpudb::HttpUrl::getPort |
( |
| ) |
const |
◆ getProtocol()
const std::string& gpudb::HttpUrl::getProtocol |
( |
| ) |
const |
◆ getQuery()
const std::string& gpudb::HttpUrl::getQuery |
( |
| ) |
const |
◆ getUrl()
const std::string& gpudb::HttpUrl::getUrl |
( |
| ) |
const |
◆ isSecure()
bool gpudb::HttpUrl::isSecure |
( |
| ) |
const |
◆ operator std::string()
gpudb::HttpUrl::operator std::string |
( |
| ) |
const |
◆ HTTP
const std::string gpudb::HttpUrl::HTTP |
|
static |
◆ HTTPS
const std::string gpudb::HttpUrl::HTTPS |
|
static |
The documentation for this class was generated from the following file: