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

#include <header.hpp>

Inheritance diagram for openvpn::HTTP::HeaderList:
[legend]
Collaboration diagram for openvpn::HTTP::HeaderList:
[legend]

Public Member Functions

const Headerget (const std::string &key) const
 
Headerget (const std::string &key)
 
std::string get_value (const std::string &key) const
 
std::string get_value_trim (const std::string &key) const
 
std::string get_value_trim_lower (const std::string &key) const
 
std::string to_string () const
 

Detailed Description

Definition at line 53 of file header.hpp.

Member Function Documentation

◆ get() [1/2]

Header * openvpn::HTTP::HeaderList::get ( const std::string &  key)
inline

Definition at line 65 of file header.hpp.

◆ get() [2/2]

const Header * openvpn::HTTP::HeaderList::get ( const std::string &  key) const
inline

Definition at line 55 of file header.hpp.

Here is the caller graph for this function:

◆ get_value()

std::string openvpn::HTTP::HeaderList::get_value ( const std::string &  key) const
inline

Definition at line 75 of file header.hpp.

Here is the caller graph for this function:

◆ get_value_trim()

std::string openvpn::HTTP::HeaderList::get_value_trim ( const std::string &  key) const
inline

Definition at line 84 of file header.hpp.

Here is the caller graph for this function:

◆ get_value_trim_lower()

std::string openvpn::HTTP::HeaderList::get_value_trim_lower ( const std::string &  key) const
inline

Definition at line 89 of file header.hpp.

◆ to_string()

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

Definition at line 94 of file header.hpp.

Here is the caller graph for this function:

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