LWP::Protocol::https::SocksChain10 - Speak HTTPs through Net::SC


LWP-Protocol-https-SocksChain10 documentation  | view source Contained in the LWP-Protocol-https-SocksChain10 distribution.

Index


NAME

Top

LWP::Protocol::https::SocksChain10 - Speak HTTPs through Net::SC

SYNOPSIS

Top

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

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

DESCRIPTION

Top

LWP::Protocol::https::SocksChain10 enables you to speak HTTPs through SocksChain ( Net::SC ). To use it you need to overwrite the implementor class of the LWP 'https' scheme.

The interface of LWP::Protocol::https::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::https::SocksChain.

SEE ALSO

Top

LWP, LWP::Protocol, Net::SC

AUTHOR

Top

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




COPYRIGHT AND LICENSE

Top


LWP-Protocol-https-SocksChain10 documentation  | view source Contained in the LWP-Protocol-https-SocksChain10 distribution.