Skip to main content

Module stealth_http

Module stealth_http 

Source

Structs§

StealthProfile
StealthRequestConfig
Configuration for a stealth-aware HTTP request. Produced by create_stealth_request(), consumed by callers that delegate to crate::http_client::http_request().
StealthSyncResult
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 SSLConfig with TLS fingerprint fields populated from a StealthProfile. Returns a default SSLConfig (no fingerprint) when profile is None.