HTTP responses - Factor Documentation (original) (raw)

HTTP responses
HTTP protocol objects

Prev: HTTP requests
Next: HTTP headers

HTTP responses:
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

( -- response )