[#HTTPResponse-StringifyHeaders] = xref:HTTPResponse.adoc[HTTPResponse]::StringifyHeaders :relfileprefix: ../ :mrdocs: Serialize the status line and headers into the HTTP wire format. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string StringifyHeaders() const; ---- == Return Value The status line and headers rendered as a single string. [.small]#Created with https://www.mrdocs.com[MrDocs]#