Releases: memclutter/gorequests-proxy
Releases · memclutter/gorequests-proxy
Release list
v0.1.4
v0.1.3
Added
AllowEmptyoption: when set, an empty proxy list is a no-op instead of an error.
Changed
- Refactored the transport type switch that applies the proxy to the client.
v0.1.2
Added
- SOCKS support via
h12.io/socks(SOCKS4/SOCKS5), alongside HTTP(S) proxies. - Tests for the middleware.
v0.1.1
First release of gorequests-proxy.
Added
- The
ProxyClientOverridemiddleware for gorequests, routing a request through a random HTTP(S) proxy from a list. Extracted from the original in-repo extension, with the module path corrected.