OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::HTTPProxyTransport::Options::CustomHeader Struct Reference

#include <httpcli.hpp>

Inheritance diagram for openvpn::HTTPProxyTransport::Options::CustomHeader:
[legend]
Collaboration diagram for openvpn::HTTPProxyTransport::Options::CustomHeader:
[legend]

Public Types

typedef RCPtr< CustomHeaderPtr
 
- Public Types inherited from openvpn::RC< thread_unsafe_refcount >
typedef RCPtr< RCPtr
 

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
 
RCoperator= (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.
 

Detailed Description

Definition at line 62 of file httpcli.hpp.

Member Typedef Documentation

◆ Ptr

Member Data Documentation

◆ p1

std::string openvpn::HTTPProxyTransport::Options::CustomHeader::p1

Definition at line 66 of file httpcli.hpp.

◆ p2

std::string openvpn::HTTPProxyTransport::Options::CustomHeader::p2

Definition at line 67 of file httpcli.hpp.


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