logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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

Author

       Florian Ragwitz, <flora@cpan.org>

Description

       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.

Name

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

See Also

       LWP, LWP::Protocol

Synopsis

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

See Also