Module proxy

Module proxy 

Source
Expand description

Proxy middleware.

ProxyMiddleware attaches proxy metadata to outgoing requests so the downloader can route traffic through rotating or fixed proxy endpoints.

Structs§

ProxyMiddleware
Middleware that assigns proxies to outgoing requests and rotates them based on strategy.
ProxyMiddlewareBuilder
Builder for creating a ProxyMiddleware.

Enums§

ProxyRotationStrategy
Defines the strategy for rotating proxies.
ProxySource
Defines the source from which proxies are loaded.