Function try_request_ctx_from_http_parts
pub fn try_request_ctx_from_http_parts(
parts: impl HttpRequestParts,
) -> Result<RequestContext, Box<dyn Error + Send + Sync>>pub fn try_request_ctx_from_http_parts(
parts: impl HttpRequestParts,
) -> Result<RequestContext, Box<dyn Error + Send + Sync>>