HTTPHeaders::FindAll

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

NameDescription
key [in]The field-name of the header to search for