|
OpenVPN 3 Core Library
|
#include <httpcli.hpp>
Public Types | |
| using | Ptr = RCPtr< CustomHeader > |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| using | Ptr = RCPtr< RC > |
Public Attributes | |
| std::string | p1 |
| std::string | p2 |
Additional Inherited Members | |
Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| 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 Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| 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.