OpenVPN 3 Core Library
|
#include <awshttp.hpp>
Public Member Functions | |
HTTPContext (StrongRandomAPI::Ptr rng, const int debug_level) | |
WS::ClientSet::TransactionSet::Ptr | transaction_set (std::string host) const |
int | debug_level () const |
DigestFactory & | digest_factory () const |
StrongRandomAPI * | rng () const |
Private Member Functions | |
WS::Client::Config::Ptr | http_config () const |
Private Attributes | |
Frame::Ptr | frame_ |
DigestFactory::Ptr | digest_factory_ |
StrongRandomAPI::Ptr | rng_ |
WS::Client::Config::Ptr | http_config_ |
int | debug_level_ |
Definition at line 27 of file awshttp.hpp.
|
inline |
Definition at line 30 of file awshttp.hpp.
|
inline |
Definition at line 66 of file awshttp.hpp.
|
inline |
|
inlineprivate |
|
inline |
|
inline |
Definition at line 50 of file awshttp.hpp.
|
private |
Definition at line 117 of file awshttp.hpp.
|
private |
Definition at line 111 of file awshttp.hpp.
|
private |
Definition at line 110 of file awshttp.hpp.
|
private |
Definition at line 113 of file awshttp.hpp.
|
private |
Definition at line 112 of file awshttp.hpp.