v0.1.0 · Interface
http-resp
HTTP responses.
Resources
Type Aliases
T
error
TA common error type used by many functions in this package.
ip-address
TIPv4 or IPv6 addresses.
http-version
THTTP protocol versions.
http-status
THTTP [status codes].
framing-headers-mode
TDetermines how the framing headers (<code>Content-Length</code>/<code>Transfer-Encoding</code>) are set for a
body
TAn object supporting generic async operations.
pending-response
TAn object supporting generic async operations.
response-with-body
Functions
F
send-downstream
FSends a response to the client that made the request passed to <code>http-incoming.handle</code>.
send-downstream-streaming
FStarts a response to the client that made the request passed to <code>http-incoming.handle</code>.
send-downstream-pending
FSend a pending response back downstream in reply to an incoming request.
insert-header-pending
FSets a response header to the given value on a pending response.
append-header-pending
FAdds a response header with given value to a pending response.
remove-header-pending
FRemoves all response headers of the given name from a pending response.
close
Closes the <code>response</code>, releasing any associated resources.