Skip to main content

http_app

Function http_app 

Source
pub fn http_app<S>(
    store: Arc<S>,
    limits: ServerLimits,
    auth: AuthConfig,
) -> Router
where S: MemoryStore + 'static,