Skip to main content

Module proxy

Module proxy 

Source
Expand description

Proxy configuration and rotation strategies. Proxy configuration and rotation.

Tiered configurations implement a simplified Crawlee-compatible policy: blocking escalates a domain, periodic requests probe the next lower tier, and a None slot explicitly means a direct request without a proxy.

Structs§

ProxyBuckets
Named proxy configurations with deterministic fallbacks.
ProxyConfiguration
Static, custom, or per-domain tiered proxy selection.
ProxyInfo
Parsed connection details for a selected proxy.
ProxyResolveContext
Borrowed inputs available to proxy resolution.
ProxyRouteContext
Borrowed inputs available to a ProxyStrategy.

Enums§

ProxyKind
Logical proxy configuration bucket.
RotationStrategy
Selection policy for a static proxy list.

Traits§

ProxyResolver
Asynchronous custom proxy URL resolver.
ProxyStrategy
Synchronous policy selecting a proxy bucket for a request.