NAME
LWP::Protocol::http::SocketUnixAlt - Speak HTTP through Unix sockets
VERSION
version 0.0202
SYNOPSIS
use LWP::Protocol::http::SocketUnixAlt;
LWP::Protocol::implementor( http => 'LWP::Protocol::http::SocketUnixAlt' );
...
DESCRIPTION
LWP::Protocol::http::UnixSocketAlt is a fork of Florian Ragwitz's LWP::Protocol::http::SocketUnix 0.02. It fixes a few issues including:
remedy 'No Host options provided' error
As suggested in https://rt.cpan.org/Public/Bug/Display.html?id=65670
allow specifying URI path
Currently using "//" as separator, e.g.: "http:path/to/unix.socket//uri/path"
SEE ALSO
AUTHOR
Steven Haryanto <stevenharyanto@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.