Status line, headers and version of an HTTP response.
Declared in <httpserver.h>
struct HTTPResponse;
| Name | Description |
|---|---|
StringifyHeaders | Serialize the status line and headers into the HTTP wire format. |
| Name | Description |
|---|---|
headers | Response header fields. |
status | Status code sent to the client. |
version | Protocol version echoed in the status line. |