Skip to main content

serve_http

Function serve_http 

Source
pub async fn serve_http<S>(
    addr: SocketAddr,
    store: Arc<S>,
    limits: ServerLimits,
    auth: AuthConfig,
) -> Result<()>
where S: MemoryStore + 'static,