[go: up one dir, main page]

Module response

Module response 

Source
Expand description

HTTP responses.

Structs§

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

Type Aliases§

PinnedStream
A pinned stream of bytes that can be sent as a response body.