Skip to content

Releases: memclutter/gorequests-proxy

v0.1.4

Choose a tag to compare

@memclutter memclutter released this 06 Jan 15:14

Changed

  • The proxy list is trimmed and blank entries are dropped before a proxy is selected.

v0.1.3

Choose a tag to compare

@memclutter memclutter released this 06 Jan 13:43

Added

  • AllowEmpty option: 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

Choose a tag to compare

@memclutter memclutter released this 05 Jan 21:50

Added

  • SOCKS support via h12.io/socks (SOCKS4/SOCKS5), alongside HTTP(S) proxies.
  • Tests for the middleware.

v0.1.1

Choose a tag to compare

@memclutter memclutter released this 04 Jan 16:17

First release of gorequests-proxy.

Added

  • The Proxy ClientOverride middleware 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.