[][src]Module oxide_auth::frontends::rouille

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.

Re-exports

pub use frontends::simple::endpoint::FnSolicitor;
pub use frontends::simple::endpoint::Generic as GenericEndpoint;
pub use frontends::simple::endpoint::Vacant;

Enums

WebError

Something went wrong with the rouille http request or response.