Trait HttpRequestProvider
pub trait HttpRequestProvider: HttpRequestProviderPriv { }Available on crate feature
net only.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.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".