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