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 |
Represents a single name/value pair of an HTTP header.
The documentation for this class was generated from the following files:
- /home/frank/Projekte/esp32/https_server/esp32_https_server/src/HTTPHeader.hpp
- /home/frank/Projekte/esp32/https_server/esp32_https_server/src/HTTPHeader.cpp