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

Synopsis

Declared in <httpserver.h>

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

Parameters

Name

Description

key

The field‐name to store.

value

The value to associate with the field‐name.

Created with MrDocs