Module request
Expand description
Types and traits for for HTTP requests.
Modules§
- axum
- Request types for Axum.
- browser
- Request types for the browser.
- generic
- This module uses platform-agnostic abstractions allowing users to run server functions on a wide range of platforms.
Structs§
- Browser
Mock Req - A mocked request type that can be used in place of the actual server request, when compiling for the browser.