2022-03-14 09:06:14 +01:00
|
|
|
HTTP::Tiny - A small, simple, correct HTTP/1.1 client
|
2020-01-06 00:47:50 +01:00
|
|
|
|
2022-03-14 09:06:14 +01:00
|
|
|
This is a very simple HTTP/1.1 client, designed for doing simple
|
|
|
|
requests without the overhead of a large framework like LWP::UserAgent.
|
2020-01-06 00:47:50 +01:00
|
|
|
|
2022-03-14 09:06:14 +01:00
|
|
|
It is more correct and more complete than HTTP::Lite. It supports
|
|
|
|
proxies and redirection. It also correctly resumes after EINTR.
|
2020-01-06 00:47:50 +01:00
|
|
|
|
2022-03-14 09:06:14 +01:00
|
|
|
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.
|
2020-01-06 00:47:50 +01:00
|
|
|
|
2022-03-14 09:06:14 +01:00
|
|
|
Cookie support requires HTTP::CookieJar or an equivalent class.
|