[go: up one dir, main page]

Module response

Module response 

Source
Expand description

HTTP responses.

Structs§

AsyncRawResponse
A raw HTTP response with status, headers, and body.
AsyncResponse
A typed HTTP response that completes asynchronously outside the Pipeline.
AsyncResponseBody
A response body stream.
RawResponse
A raw HTTP response with status, headers, and body.
Responsejson
A typed fully-buffered HTTP response.
ResponseBody
A response body.

Type Aliases§

PinnedStreamNon-WebAssembly
A pinned stream of bytes that can be sent as a response body.