|
Wire Sysio Wire Sysion 1.0.0
|
#include <httpc.hpp>

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_context & | context |
| resolved_url | url |
| bool | verify_cert |
| std::vector< string > & | headers |
|
inline |
Definition at line 60 of file httpc.hpp.

|
inline |
Definition at line 67 of file httpc.hpp.

| const http_context& sysio::client::http::connection_param::context |
| std::vector<string>& sysio::client::http::connection_param::headers |
| resolved_url sysio::client::http::connection_param::url |