Function try_request_ctx_from_http_parts

pub fn try_request_ctx_from_http_parts(
    parts: impl HttpRequestParts,
) -> Result<RequestContext, OpaqueError>