Okunev Igor > LWP-Protocol-http-SocksChain10-1.3 > LWP::Protocol::http::SocksChain10

Download:
LWP-Protocol-http-SocksChain10-1.3.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Module Version: 1.3   Source   Latest Release: LWP-Protocol-http-SocksChain10-1.6

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.

The interface of LWP::Protocol::http::SocksChain10 is similar to LWP::Protocol::http10. To enable the new HTTP/1.1 protocol driver instead of the old HTTP/1.0 driver use LWP::Protocol::http::SocksChain.

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.