-
Notifications
You must be signed in to change notification settings - Fork 0
AnyEvent::HTTP with proxy chaining support
License
my-mail-ru/perl-AnyEvent-HTTP-ProxyChain
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NAME AnyEvent::HTTP::ProxyChain - AnyEvent::HTTP with proxy chaining support SYNOPSIS use AnyEvent::HTTP::ProxyChain; http_get "https://my.mail.ru/", proxy => [ ["proxy1.example.com", 3128], ["proxy2.example.com", 3128] ], sub { print $_[1] }; # ... do something else here DESCRIPTION This module is a simple wrapper around AnyEvent::HTTP. It provides the same functionality with one simple addition: it supports chains of multiple proxy servers. SEE ALSO AnyEvent::HTTP. AUTHOR Aleksey Mashanov <[email protected]> LICENSE Copyright (c) 2017 Mail.Ru Group. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
About
AnyEvent::HTTP with proxy chaining support
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published