ESP32 HTTPS Server: /home/frank/Projekte/esp32/https_server/esp32_https_server/src/HTTPHeader.hpp Source File
14 HTTPHeader(const std::string &name, const std::string &value);
30 } /* namespace httpsserver */
32 #endif /* SRC_HTTPHEADER_HPP_ */
Represents a single name/value pair of an HTTP header.
Definition: HTTPHeader.hpp:12
std::string normalizeHeaderName(std::string const &name)
Normalizes case in header names.
Definition: HTTPHeader.cpp:23
Definition: ConnectionContext.cpp:3