Trait HttpRequestProvider
pub trait HttpRequestProvider: HttpRequestProviderPriv { }Available on crate feature
http only.Expand description
Sealed trait used by the ja4h computation functions,
to allow you to immediately compute from either a
crate::Request or a HttpRequestInput data structure.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".