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