pub async fn __async_cookies<T: 'static + Context + HasCookies + Send>(
    context: T,
    next: MiddlewareNext<T>
) -> MiddlewareResult<T>