Trait HttpRequestProvider

Source
pub trait HttpRequestProvider: HttpRequestProviderPriv { }
Available on crate feature http and (crate features tls or http) 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.

Implementors§

Source§

impl<P: HttpRequestProviderPriv> HttpRequestProvider for P