Module fingerprint
Expand description
fingerprint implementations for the network surface
Structs§
- Http
Request Input - Minimal input data structure which can be used
by ja4h computation functions instead of a reference
to a
rama_http_types::Request
. - Ja3
- Data which can be hashed using
Self::hash
, and which is also displayed as a “ja3” hash. - Ja4
- Input data for a “ja4” hash.
- Ja4H
- Input data for a “ja4h” hash. or displaying it.
Enums§
- Ja3Compute
Error - error identifying a failure in
Ja3::compute
- Ja4Compute
Error - error identifying a failure in
Ja4::compute
- Ja4H
Compute Error - error identifying a failure in
Ja4H::compute
Traits§
- Client
Hello Provider - Sealed trait used by ja3/ja4 computation functions,
to allow you to immediately compute from either a
ClientHello
or aClientConfig
data structure. - Http
Request Provider - Sealed trait used by the ja4h computation functions,
to allow you to immediately compute from either a
rama_http_types::Request
or aHttpRequestInput
data structure.