Expand description
Types and traits for HTTP responses.
Modules§
- Response types for Actix.
- Response types for the browser.
- This module uses platform-agnostic abstractions allowing users to run server functions on a wide range of platforms.
- Response types for Axum.
- Response types for
reqwest
.
Structs§
- A mocked response type that can be used in place of the actual server response, when compiling for the browser.
Traits§
- Represents the response as received by the client.
- Represents the response as created by the server;