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

#include <httpc.hpp>

Collaboration diagram for sysio::client::http::connection_param:

Public Member Functions

 connection_param (const http_context &context, const resolved_url &url, bool verify, std::vector< string > &h)
 
 connection_param (const http_context &context, const parsed_url &url, bool verify, std::vector< string > &h)
 

Public Attributes

const http_contextcontext
 
resolved_url url
 
bool verify_cert
 
std::vector< string > & headers
 

Detailed Description

Definition at line 54 of file httpc.hpp.

Constructor & Destructor Documentation

◆ connection_param() [1/2]

sysio::client::http::connection_param::connection_param ( const http_context & context,
const resolved_url & url,
bool verify,
std::vector< string > & h )
inline

Definition at line 60 of file httpc.hpp.

63 : context(context),url(url), headers(h) {
65 }
void verify(const char *msg, const T &a, const S &b)
Definition minitest.cpp:13
sysio::client::http::http_context context
Definition main.cpp:200
string url
Definition main.cpp:166
vector< string > headers
Definition main.cpp:170
Here is the call graph for this function:

◆ connection_param() [2/2]

sysio::client::http::connection_param::connection_param ( const http_context & context,
const parsed_url & url,
bool verify,
std::vector< string > & h )
inline

Definition at line 67 of file httpc.hpp.

72 }
resolved_url resolve_url(const http_context &context, const parsed_url &url)
Definition httpc.cpp:138
Here is the call graph for this function:

Member Data Documentation

◆ context

const http_context& sysio::client::http::connection_param::context

Definition at line 55 of file httpc.hpp.

◆ headers

std::vector<string>& sysio::client::http::connection_param::headers

Definition at line 58 of file httpc.hpp.

◆ url

resolved_url sysio::client::http::connection_param::url

Definition at line 56 of file httpc.hpp.

◆ verify_cert

bool sysio::client::http::connection_param::verify_cert

Definition at line 57 of file httpc.hpp.


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