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