Module request

Module request 

Expand description

Types and traits for for HTTP requests.

Modules§

axumaxum-no-default
Request types for Axum.
browserbrowser
Request types for the browser.
genericgeneric
This module uses platform-agnostic abstractions allowing users to run server functions on a wide range of platforms.

Structs§

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

Traits§

ClientReq
Represents a request as made by the client.
Req
Represents the request as received by the server.