Molybden API
|
An HTTP header name and value. More...
#include <http_header.hpp>
Public Member Functions | |
HttpHeader (std::string name, std::string value="") | |
Public Attributes | |
const std::string | name |
The HTTP header name. | |
const std::string | value |
The HTTP header value. | |
An HTTP header name and value.
const std::string molybden::HttpHeader::name |
The HTTP header name.
Cannot be empty or blank.
const std::string molybden::HttpHeader::value |
The HTTP header value.
Can be empty.