//! Dispatching of HTTP requests.
pub use DispatchError;
pub use dispatch_request;
/// The authentication callback path used by the OpenID provider.
///
/// This must not start with a slash.
///
/// It must also resolve to be dispatched to `self::auth::callback`.
pub const AUTH_CALLBACK_ENDPOINT: &str = "auth/callback";