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