{
8 12 class HTTPHeader{
13 public:
14 HTTPHeader(
conststd::string &name,
conststd::string &value);
15 virtual~
HTTPHeader();
16 conststd::string _name;
17 conststd::string _value;
18std::string print();
19};
20 28std::string
normalizeHeaderName(std::string
const&name);
29 30}
/* namespace httpsserver */ 31 32 #endif /* SRC_HTTPHEADER_HPP_ */ httpsserver::HTTPHeaderRepresents a single name/value pair of an HTTP header.
Definition: HTTPHeader.hpp:12
httpsserver::normalizeHeaderNamestd::string normalizeHeaderName(std::string const &name)
Normalizes case in header names.
Definition: HTTPHeader.cpp:23
httpsserverDefinition: ConnectionContext.cpp:3
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4