ESP32 HTTPS Server
httpsserver::HTTPHeaders Class Reference

Groups and manages a set of HTTPHeader instances. More...

#include <HTTPHeaders.hpp>

Public Member Functions

HTTPHeaderget (std::string const &name)
 
std::string getValue (std::string const &name)
 
void set (HTTPHeader *header)
 
std::vector< HTTPHeader * > * getAll ()
 
void clearAll ()
 

Detailed Description

Groups and manages a set of HTTPHeader instances.

Member Function Documentation

◆ clearAll()

void httpsserver::HTTPHeaders::clearAll ( )

Deletes all headers


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