HTTP responses
HTTP protocol objects

Prev:HTTP requests
Next:HTTP headers


HTTP responses:
response

<response> ( -- response )


Raw responses only contain a status line, with no header. They are used by webapps which need full control over the HTTP response, for example http.server.cgi:
raw-response

<raw-response> ( -- response )