NAME

LWP::Protocol::http::SocksChain10 - Speak HTTP through Net::SC

SYNOPSIS

use LWP::Protocol::http::SocksChain10;
LWP::Protocol::implementor( http => 'LWP::Protocol::http::SocksChain10' );

@LWP::Protocol::http::SocksChain10::EXTRA_SOCK_OPTS = ( Chain_len    => 2,
                                                        Random_Chain => 0,
                                                        ... );
....

DESCRIPTION

LWP::Protocol::http::SocksChain10 enables you to speak HTTP through SocksChain ( Net::SC ). To use it you need to overwrite the implementor class of the LWP 'http' scheme. All 'http' URIs will now be interpreted as local sockets by LWP.

The interface of LWP::Protocol::http::SocksChain10 is similar to LWP::Protocol::http10.

SEE ALSO

LWP, LWP::Protocol, Net::SC

AUTHOR

Igor V. Okunev  mailto:igor<at>prv.mts-nn.ru
                http://www.mts-nn.ru/~gosha
                icq:106183300

COPYRIGHT AND LICENSE

Copyright (C) 2005 by Igor V. Okunev

All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.