debian man page for lwp::protocol::http::socketunix

Query: lwp::protocol::http::socketunix

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

LWP::Protocol::http::SocketUnix(3pm)			User Contributed Perl Documentation		      LWP::Protocol::http::SocketUnix(3pm)

NAME
LWP::Protocol::http::SocketUnix - Speak HTTP through UNIX sockets
SYNOPSIS
use LWP::Protocol::http::SocketUnix; LWP::Protocol::implementor( http => 'LWP::Protocol::http::SocketUnix' ); ...
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.
SEE ALSO
LWP, LWP::Protocol
AUTHOR
Florian Ragwitz, <flora@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2004 by Florian Ragwitz This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available. perl v5.10.0 2004-07-15 LWP::Protocol::http::SocketUnix(3pm)
Related Man Pages
lwp::protocol(3) - redhat
lwp::protocol(3) - mojave
lwp::protocol(3) - centos
lwp::protocol(3) - osx
lwp::protocol::socks4(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?