Molybden API
Loading...
Searching...
No Matches
molybden::HttpHeader Struct Reference

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.
 

Detailed Description

An HTTP header name and value.

Member Data Documentation

◆ name

const std::string molybden::HttpHeader::name

The HTTP header name.

Cannot be empty or blank.

◆ value

const std::string molybden::HttpHeader::value

The HTTP header value.

Can be empty.


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