millipede-fingerprint
Browser-like header generation and fingerprint hooks for the Millipede web crawler.
This crate gives Millipede deterministic browser-like user-agent and companion-header profiles for HTTP sessions and browser hooks, using a curated dataset bundled with the crate.
Installation
[]
= "0.1"
Most users should depend on the umbrella millipede crate instead.
Example
use HeaderGenerator;
let first = new.generate;
let second = new.generate;
assert_eq!;
println!;
The generated profiles align HTTP headers and browser context settings; they do not claim JavaScript-visible or TLS fingerprint spoofing.
Part of Millipede
See the Millipede guide for fingerprint consistency, supported integration points, and limitations.
License
Licensed under either MIT OR Apache-2.0 at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate is dual-licensed as above, without any additional terms or conditions.