in reply to AnyEvent::HTTP throug Socks-proxy
AnyEvent::HTTP version 1.5 (which was released much after your question) includes a new option: tcp_connect. This accepts a callback that replaces how the module starts a tcp connection, so you can pass it a callback that connects to a Socks proxy instead.
|
|---|