OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::HTTP::Reply Struct Reference

#include <reply.hpp>

Collaboration diagram for openvpn::HTTP::Reply:
[legend]

Public Member Functions

 Reply ()
 
void reset ()
 
std::string to_string () const
 

Public Attributes

int http_version_major
 
int http_version_minor
 
int status_code
 
std::string status_text
 
HeaderList headers
 

Detailed Description

Definition at line 28 of file reply.hpp.

Constructor & Destructor Documentation

◆ Reply()

openvpn::HTTP::Reply::Reply ( )
inline

Definition at line 30 of file reply.hpp.

Member Function Documentation

◆ reset()

void openvpn::HTTP::Reply::reset ( )
inline

Definition at line 35 of file reply.hpp.

Here is the caller graph for this function:

◆ to_string()

std::string openvpn::HTTP::Reply::to_string ( ) const
inline

Definition at line 44 of file reply.hpp.

Here is the caller graph for this function:

Member Data Documentation

◆ headers

HeaderList openvpn::HTTP::Reply::headers

Definition at line 59 of file reply.hpp.

◆ http_version_major

int openvpn::HTTP::Reply::http_version_major

Definition at line 55 of file reply.hpp.

◆ http_version_minor

int openvpn::HTTP::Reply::http_version_minor

Definition at line 56 of file reply.hpp.

◆ status_code

int openvpn::HTTP::Reply::status_code

Definition at line 57 of file reply.hpp.

◆ status_text

std::string openvpn::HTTP::Reply::status_text

Definition at line 58 of file reply.hpp.


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