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.


INSTALLATION

   To install this module type the following:

      perl Makefile.PL
      make
      make test
      make install

DEPENDENCIES

   This module requires these other modules and libraries:

      LWP

      Net::SC