Versions in this module Expand all Collapse all v0 v0.1.0 Jun 8, 2026 Changes in this version + const DefaultMaxBodyBuffer + var DefaultRetryConfig = RetryConfig + func GetLatestChrome() profiles.ClientProfile + func NewHttpClient(s ClientSettings) (*http.Client, error) + type ClientSettings struct + MaxTimeoutSeconds int + NetMode NetworkMode + ProxyURI string + Retry RetryConfig + StrictSSL bool + TargetURL string + type NetworkMode string + const NetworkModeAuto + const NetworkModeIPv4 + const NetworkModeIPv6 + type RetryConfig struct + BaseDelay time.Duration + MaxAttempts int + MaxBodyBuffer int64 + MaxDelay time.Duration + RetryOnCodes []int