Look up a request header value.
Declared in <httpserver.h>
<httpserver.h>
std::optional<std::string> GetHeader(std::string_view hdr) const;
The header value, or nullopt if it is not present.