HTTPHeaders::Write

Append a header field-name and value to the collection.

Synopsis

Declared in <httpserver.h>

void
Write(
    std::string&& key,
    std::string&& value);

Parameters

NameDescription
keyThe field-name to store.
valueThe value to associate with the field-name.