ESP32 HTTPS Server
httpsserver::HTTPHeader Class Reference

Represents a single name/value pair of an HTTP header. More...

#include <HTTPHeader.hpp>

Public Member Functions

 HTTPHeader (const std::string &name, const std::string &value)
 
std::string print ()
 

Public Attributes

const std::string _name
 
const std::string _value
 

Detailed Description

Represents a single name/value pair of an HTTP header.


The documentation for this class was generated from the following files: