Function thruster::middleware::cors::cors[][src]

pub fn cors<T: 'static + Context + Send + Sync>(
    ctx: T,
    next: MiddlewareNext<T>
) -> __MiddlewareReturnValue_cors<T>