OpenVPN 3 Core Library
Loading...
Searching...
No Matches
httpcliset.hpp File Reference
#include <string>
#include <sstream>
#include <ostream>
#include <vector>
#include <memory>
#include <utility>
#include <algorithm>
#include <limits>
#include <map>
#include <openvpn/asio/asiostop.hpp>
#include <openvpn/common/cleanup.hpp>
#include <openvpn/common/function.hpp>
#include <openvpn/common/complog.hpp>
#include <openvpn/time/asiotimersafe.hpp>
#include <openvpn/buffer/buflist.hpp>
#include <openvpn/buffer/bufstr.hpp>
#include <openvpn/buffer/zlib.hpp>
#include <openvpn/random/randapi.hpp>
#include <openvpn/http/urlparse.hpp>
#include <openvpn/http/headredact.hpp>
#include <openvpn/ws/httpcli.hpp>
#include <openvpn/ws/resolver_results.hpp>
Include dependency graph for httpcliset.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openvpn::WS::ClientSet
 
struct  openvpn::WS::ClientSet::SyncPersistState
 
class  openvpn::WS::ClientSet::HTTPStateContainer
 
struct  openvpn::WS::ClientSet::HTTPStateContainer::Container
 
class  openvpn::WS::ClientSet::HTTPStateContainerAutoStop
 
struct  openvpn::WS::ClientSet::ErrorRecovery
 
struct  openvpn::WS::ClientSet::Transaction
 
class  openvpn::WS::ClientSet::TransactionSet
 
class  openvpn::WS::ClientSet::HostRetry
 
class  openvpn::WS::ClientSet::Client
 

Namespaces

namespace  openvpn
 
namespace  openvpn::WS
 

Macros

#define OPENVPN_HTTP_CLISET_RC   RC<thread_unsafe_refcount>
 

Macro Definition Documentation

◆ OPENVPN_HTTP_CLISET_RC

#define OPENVPN_HTTP_CLISET_RC   RC<thread_unsafe_refcount>

Definition at line 39 of file httpcliset.hpp.