mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-http-tiny: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
de2dd3c712
commit
ccb27f559d
1 changed files with 9 additions and 9 deletions
|
@ -1,13 +1,13 @@
|
|||
HTTP::Tiny - A small, simple, correct HTTP/1.1 client
|
||||
HTTP::Tiny - A small, simple, correct HTTP/1.1 client
|
||||
|
||||
This is a very simple HTTP/1.1 client, designed for doing simple
|
||||
requests without the overhead of a large framework like LWP::UserAgent.
|
||||
This is a very simple HTTP/1.1 client, designed for doing simple
|
||||
requests without the overhead of a large framework like LWP::UserAgent.
|
||||
|
||||
It is more correct and more complete than HTTP::Lite. It supports
|
||||
proxies and redirection. It also correctly resumes after EINTR.
|
||||
It is more correct and more complete than HTTP::Lite. It supports
|
||||
proxies and redirection. It also correctly resumes after EINTR.
|
||||
|
||||
If IO::Socket::IP 0.25 or later is installed, HTTP::Tiny will use it
|
||||
instead of IO::Socket::INET for transparent support for both IPv4 and
|
||||
IPv6.
|
||||
If IO::Socket::IP 0.25 or later is installed, HTTP::Tiny will use it
|
||||
instead of IO::Socket::INET for transparent support for both IPv4 and
|
||||
IPv6.
|
||||
|
||||
Cookie support requires HTTP::CookieJar or an equivalent class.
|
||||
Cookie support requires HTTP::CookieJar or an equivalent class.
|
||||
|
|
Loading…
Reference in a new issue