#include <http_header.hpp>
Represents a HTTP header in a request or response
Definition at line 12 of file http_header.hpp.
◆ HttpHeader() [1/2]
async_web_server_cpp::HttpHeader::HttpHeader |
( |
| ) |
|
|
inline |
◆ HttpHeader() [2/2]
async_web_server_cpp::HttpHeader::HttpHeader |
( |
std::string |
name, |
|
|
std::string |
value |
|
) |
| |
|
inline |
◆ name
std::string async_web_server_cpp::HttpHeader::name |
◆ value
std::string async_web_server_cpp::HttpHeader::value |
The documentation for this struct was generated from the following file: