[#HTTPHeaders-Write] = xref:HTTPHeaders.adoc[HTTPHeaders]::Write :relfileprefix: ../ :mrdocs: Append a header field‐name and value to the collection. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Write( std::string&& key, std::string&& value); ---- == Parameters [cols="1,4"] |=== | Name| Description | *key* | The field‐name to store. | *value* | The value to associate with the field‐name. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#