Module response

Source
Expand description

Types and traits for HTTP responses.

Modules§

browser
Response types for the browser.

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;