Expand description

Types and traits for for HTTP requests.

Modules§

browser
Request types for the browser.

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.