Wire Sysio Wire Sysion 1.0.0
|
#include <httpc.hpp>
Public Member Functions | |
resolved_url (const parsed_url &url, vector< string > &&resolved_addresses, uint16_t resolved_port, bool is_loopback) | |
resolved_url (const parsed_url &url) | |
Public Member Functions inherited from sysio::client::http::parsed_url | |
parsed_url | operator+ (string sub_path) |
Public Attributes | |
vector< string > | resolved_addresses |
uint16_t | resolved_port = 0 |
bool | is_loopback = false |
Public Attributes inherited from sysio::client::http::parsed_url | |
string | scheme |
string | server |
string | port |
string | path |
Additional Inherited Members | |
Static Public Member Functions inherited from sysio::client::http::parsed_url | |
static string | normalize_path (const string &path) |
|
inline |
Definition at line 35 of file httpc.hpp.
|
inline |
bool sysio::client::http::resolved_url::is_loopback = false |
uint16_t sysio::client::http::resolved_url::resolved_port = 0 |