[#HTTPResponse] = HTTPResponse :mrdocs: Status line, headers and version of an HTTP response. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct HTTPResponse; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:HTTPResponse/StringifyHeaders.adoc[`StringifyHeaders`] | Serialize the status line and headers into the HTTP wire format. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:HTTPResponse/headers.adoc[`headers`] | Response header fields. | xref:HTTPResponse/status.adoc[`status`] | Status code sent to the client. | xref:HTTPResponse/version.adoc[`version`] | Protocol version echoed in the status line. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#