OpenVPN 3 Core Library
|
#include <httpcli.hpp>
Public Types | |
typedef RCPtr< CustomHeader > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Attributes | |
std::string | p1 |
std::string | p2 |
Additional Inherited Members | |
![]() | |
RC () noexcept=default | |
RC (const RC &)=delete | |
virtual | ~RC ()=default |
RC & | operator= (const RC &)=delete |
olong | use_count () const noexcept |
Delegates call to RCImpl and returns the result. | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 62 of file httpcli.hpp.
Definition at line 64 of file httpcli.hpp.
std::string openvpn::HTTPProxyTransport::Options::CustomHeader::p1 |
Definition at line 66 of file httpcli.hpp.
std::string openvpn::HTTPProxyTransport::Options::CustomHeader::p2 |
Definition at line 67 of file httpcli.hpp.