guruperl has asked for the wisdom of the Perl Monks concerning the following question:

Please help. How make to use module AnyEvent::HTTP with Socks-proxy, not with HTTP-proxy? Thanks!

Replies are listed 'Best First'.
Re: AnyEvent::HTTP throug Socks-proxy
by ambrus (Abbot) on May 01, 2011 at 18:34 UTC

    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.

Re: AnyEvent::HTTP throug Socks-proxy
by Anonymous Monk on Jul 27, 2008 at 08:48 UTC
    Rewrite AnyEvent:HTTP to use a socks proxy