#include <http_header.hpp>
Public Member Functions | |
HttpHeader () | |
HttpHeader (std::string name, std::string value) | |
Public Attributes | |
std::string | name |
std::string | value |
Represents a HTTP header in a request or response
Definition at line 12 of file http_header.hpp.
async_web_server_cpp::HttpHeader::HttpHeader | ( | ) | [inline] |
Definition at line 14 of file http_header.hpp.
async_web_server_cpp::HttpHeader::HttpHeader | ( | std::string | name, |
std::string | value | ||
) | [inline] |
Definition at line 18 of file http_header.hpp.
std::string async_web_server_cpp::HttpHeader::name |
Definition at line 22 of file http_header.hpp.
std::string async_web_server_cpp::HttpHeader::value |
Definition at line 23 of file http_header.hpp.