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§

BrowserMockRes
A mocked response type that can be used in place of the actual server response, when compiling for the browser.

Traits§

ClientRes
Represents the response as received by the client.
Res
Represents the response as created by the server;
TryRes
Represents the response as created by the server;