Find every value stored under a header field-name.
Declared in <httpserver.h>
std::vector<std::string_view>
FindAll(std::string_view key) const;
Views into all values matching the provided key (valid while this object is alive)
| Name | Description |
|---|---|
| key [in] | The field-name of the header to search for |