Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::client::http::resolved_url Struct Reference

#include <httpc.hpp>

Inheritance diagram for sysio::client::http::resolved_url:
Collaboration diagram for sysio::client::http::resolved_url:

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< stringresolved_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)
 

Detailed Description

Definition at line 34 of file httpc.hpp.

Constructor & Destructor Documentation

◆ resolved_url() [1/2]

sysio::client::http::resolved_url::resolved_url ( const parsed_url & url,
vector< string > && resolved_addresses,
uint16_t resolved_port,
bool is_loopback )
inline

Definition at line 35 of file httpc.hpp.

36 :parsed_url(url)
37 ,resolved_addresses(std::move(resolved_addresses))
38 ,resolved_port(resolved_port)
39 ,is_loopback(is_loopback)
40 {
41 }
string url
Definition main.cpp:166

◆ resolved_url() [2/2]

sysio::client::http::resolved_url::resolved_url ( const parsed_url & url)
inline

Definition at line 44 of file httpc.hpp.

44: parsed_url(url) {}

Member Data Documentation

◆ is_loopback

bool sysio::client::http::resolved_url::is_loopback = false

Definition at line 48 of file httpc.hpp.

◆ resolved_addresses

vector<string> sysio::client::http::resolved_url::resolved_addresses

Definition at line 46 of file httpc.hpp.

◆ resolved_port

uint16_t sysio::client::http::resolved_url::resolved_port = 0

Definition at line 47 of file httpc.hpp.


The documentation for this struct was generated from the following file: