OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::WS::Client::ContentInfo Struct Reference

#include <httpcli.hpp>

Collaboration diagram for openvpn::WS::Client::ContentInfo:
[legend]

Public Attributes

std::string type
 
std::string content_encoding
 
olong length = 0
 
bool keepalive = false
 
bool lean_headers = false
 
std::vector< std::string > extra_headers
 
WebSocket::Client::PerRequest::Ptr websocket
 

Static Public Attributes

static constexpr olong CHUNKED = -1
 

Detailed Description

Definition at line 322 of file httpcli.hpp.

Member Data Documentation

◆ CHUNKED

constexpr olong openvpn::WS::Client::ContentInfo::CHUNKED = -1
staticconstexpr

Definition at line 325 of file httpcli.hpp.

◆ content_encoding

std::string openvpn::WS::Client::ContentInfo::content_encoding

Definition at line 328 of file httpcli.hpp.

◆ extra_headers

std::vector<std::string> openvpn::WS::Client::ContentInfo::extra_headers

Definition at line 332 of file httpcli.hpp.

◆ keepalive

bool openvpn::WS::Client::ContentInfo::keepalive = false

Definition at line 330 of file httpcli.hpp.

◆ lean_headers

bool openvpn::WS::Client::ContentInfo::lean_headers = false

Definition at line 331 of file httpcli.hpp.

◆ length

olong openvpn::WS::Client::ContentInfo::length = 0

Definition at line 329 of file httpcli.hpp.

◆ type

std::string openvpn::WS::Client::ContentInfo::type

Definition at line 327 of file httpcli.hpp.

◆ websocket

WebSocket::Client::PerRequest::Ptr openvpn::WS::Client::ContentInfo::websocket

Definition at line 333 of file httpcli.hpp.


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