Public Member Functions | Public Attributes | List of all members
async_web_server_cpp::HttpHeader Struct Reference

#include <http_header.hpp>

Public Member Functions

 HttpHeader ()
 
 HttpHeader (std::string name, std::string value)
 

Public Attributes

std::string name
 
std::string value
 

Detailed Description

Represents a HTTP header in a request or response

Definition at line 12 of file http_header.hpp.

Constructor & Destructor Documentation

◆ HttpHeader() [1/2]

async_web_server_cpp::HttpHeader::HttpHeader ( )
inline

Definition at line 14 of file http_header.hpp.

◆ HttpHeader() [2/2]

async_web_server_cpp::HttpHeader::HttpHeader ( std::string  name,
std::string  value 
)
inline

Definition at line 16 of file http_header.hpp.

Member Data Documentation

◆ name

std::string async_web_server_cpp::HttpHeader::name

Definition at line 20 of file http_header.hpp.

◆ value

std::string async_web_server_cpp::HttpHeader::value

Definition at line 21 of file http_header.hpp.


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


async_web_server_cpp
Author(s): Mitchell Wills , Russel Toris
autogenerated on Mon Feb 28 2022 21:54:08