Function try_request_ctx_from_http_parts
pub fn try_request_ctx_from_http_parts(
parts: impl HttpRequestParts,
) -> Result<RequestContext, OpaqueError>Available on crate features
net and http only.