LWP::Protocol::http::SocketUnix - Speak HTTP through UNIX sockets


LWP-Protocol-http-SocketUnix documentation  | view source Contained in the LWP-Protocol-http-SocketUnix distribution.

Index


NAME

Top

LWP::Protocol::http::SocketUnix - Speak HTTP through UNIX sockets

SYNOPSIS

Top

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

DESCRIPTION

Top

LWP::Protocol::http::UnixSocket enables you to speak HTTP through UNIX sockets. 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::SocketUnix is similar to LWP::Protocol::http, which LWP::Protocol::http::SocketUnix inherits from.

SEE ALSO

Top

LWP, LWP::Protocol

AUTHOR

Top

Florian Ragwitz, <flora@cpan.org>

COPYRIGHT AND LICENSE

Top


LWP-Protocol-http-SocketUnix documentation  | view source Contained in the LWP-Protocol-http-SocketUnix distribution.