I've read the full documentation but could not get it to work.
With LWP i would just do this below and it works:
my $ua = LWP::UserAgent->new(agent => q{my agent},); $ua->proxy([qw/ http https /] => 'socks://localhost:1510');
I gave up of LWP because it is very slow, HTTP::Tiny is fast but i'm unable to make it work with socks.
In reply to HTTP::Tiny with localhost socks by kilo_bytes
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |