Expand description
Types and traits for for HTTP requests.
Modules§
- Request types for Actix.
- Request types for Axum.
- Request types for the browser.
- Request types for
reqwest
.
Structs§
- A mocked request type that can be used in place of the actual server request, when compiling for the browser.
Traits§
- Represents a request as made by the client.
- Represents the request as received by the server.