Expand description
HTTP responses.
Structs§
- Async
RawResponse - A raw HTTP response with status, headers, and body.
- Async
Response - A typed HTTP response that completes asynchronously outside the
Pipeline. - Async
Response Body - A response body stream.
- RawResponse
- A raw HTTP response with status, headers, and body.
- Response
json - A typed fully-buffered HTTP response.
- Response
Body - A response body.
Type Aliases§
- Pinned
Stream Non-WebAssembly - A pinned stream of bytes that can be sent as a response body.