Trait HttpRequestProvider
pub trait HttpRequestProvider: HttpRequestProviderPriv { }
Expand description
Sealed trait used by the ja4h computation functions,
to allow you to immediately compute from either a
rama_http_types::Request
or a HttpRequestInput
data structure.