Kea 2.5.8
isc::http::HostHttpHeader Class Reference

Represents HTTP Host header. More...

#include <http_header.h>

+ Inheritance diagram for isc::http::HostHttpHeader:

Public Member Functions

 HostHttpHeader (const std::string &header_value="")
 Constructor.
 
- Public Member Functions inherited from isc::http::HttpHeader
 HttpHeader (const std::string &header_name, const std::string &header_value="")
 Constructor.
 
std::string getLowerCaseName () const
 Returns lower case header name.
 
std::string getLowerCaseValue () const
 Returns lower case header value.
 
std::string getName () const
 Returns header name.
 
uint64_t getUint64Value () const
 Returns header value as unsigned integer.
 
std::string getValue () const
 Returns header value.
 
bool isValueEqual (const std::string &v) const
 Case insensitive comparison of header value.
 

Detailed Description

Represents HTTP Host header.

Definition at line 68 of file http_header.h.

Constructor & Destructor Documentation

◆ HostHttpHeader()

isc::http::HostHttpHeader::HostHttpHeader ( const std::string &  header_value = "")
inlineexplicit

Constructor.

Parameters
header_valueHost header value. The default is empty string.

Definition at line 75 of file http_header.h.


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