Skip to main content

Module fingerprint

Module fingerprint 

Available on crate feature http only.
Expand description

HTTP fingerprint implementations (JA4H, Akamai HTTP/2).

Structs§

AkamaiH2
HttpRequestInput
Minimal input data structure which can be used by ja4h computation functions instead of a reference to a crate::Request.
Ja4H
Input data for a “ja4h” hash. or displaying it.

Enums§

AkamaiH2ComputeError
Ja4HComputeError
error identifying a failure in Ja4H::compute

Traits§

HttpRequestProvider
Sealed trait used by the ja4h computation functions, to allow you to immediately compute from either a crate::Request or a HttpRequestInput data structure.