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

#include <header.hpp>

Public Member Functions

 Header ()
 
 Header (std::string name_arg, std::string value_arg)
 
bool name_match (const std::string &n) const
 
std::string to_string () const
 

Public Attributes

std::string name
 
std::string value
 

Detailed Description

Definition at line 27 of file header.hpp.

Constructor & Destructor Documentation

◆ Header() [1/2]

openvpn::HTTP::Header::Header ( )
inline

Definition at line 29 of file header.hpp.

◆ Header() [2/2]

openvpn::HTTP::Header::Header ( std::string  name_arg,
std::string  value_arg 
)
inline

Definition at line 32 of file header.hpp.

Member Function Documentation

◆ name_match()

bool openvpn::HTTP::Header::name_match ( const std::string &  n) const
inline

Definition at line 37 of file header.hpp.

◆ to_string()

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

Definition at line 42 of file header.hpp.

Member Data Documentation

◆ name

std::string openvpn::HTTP::Header::name

Definition at line 49 of file header.hpp.

◆ value

std::string openvpn::HTTP::Header::value

Definition at line 50 of file header.hpp.


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