Serialize the headers into the wire format used in an HTTP message.
Synopsis
Declared in <httpserver.h>
std::string
Stringify() const;
Return Value
The headers rendered as a single string, each terminated by CRLF.
Created with MrDocs