Crate oxide_auth_rouille

Crate oxide_auth_rouille 

Source
Expand description

Offers bindings for the code_grant module with rouille servers.

Following the simplistic and minimal style of rouille, this module defines only the implementations for WebRequest and WebResponse and re-exports the available flows.

Structs§

FnSolicitor
A simple wrapper for functions and lambdas to be used as solicitors.
GenericEndpoint
A rather basic Endpoint implementation.
Request
The Request type used by Oxide Auth to extract required information
Response
The type Oxide Auth provides in response to a request.
Vacant
Marker struct if some primitive is not provided.

Enums§

WebError
Something went wrong with the rouille http request or response.