Structs§
- Stealth
Profile - Stealth
Request Config - Configuration for a stealth-aware HTTP request.
Produced by
create_stealth_request(), consumed by callers that delegate tocrate::http_client::http_request(). - Stealth
Sync Result - Owned HTTP response from a stealth-aware request.
Functions§
- akamai_
fingerprint - create_
stealth_ request - Create a stealth-aware request configuration. Applies HTTP/2 header ordering from the profile and injects User-Agent.
- h2_
alpn_ offer - Determine ALPN offer preference from HTTP/2 fingerprint.
- ja3_
hash - ordered_
headers - stealth_
http_ request - Perform a synchronous HTTP request with optional stealth fingerprint injection.
- stealth_
profile_ to_ ssl_ config - Build an
SSLConfigwith TLS fingerprint fields populated from aStealthProfile. Returns a defaultSSLConfig(no fingerprint) when profile isNone.