Find the first value stored under a header field-name.
Declared in <httpserver.h>
std::optional<std::string>
FindFirst(std::string_view key) const;
The value of the first header that matches the provided key nullopt if key is not found
| Name | Description |
|---|---|
| key [in] | The field-name of the header to search for |