Name: | perl-HTTP-Tiny |
Version: | 0.088 |
Release: | 512.el10 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 155788 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: |
perl-HTTP-Tiny-0.088-512.el10.noarch.rpm
|
Source RPM: |
perl-HTTP-Tiny-0.088-512.el10.src.rpm
|
Build Date: | Tue Jan 28 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/HTTP-Tiny |
Summary: | Small, simple, correct HTTP/1.1 client |
Description: | This is a very simple HTTP/1.1 client, designed for doing simple GET requests
without the overhead of a large framework like LWP::UserAgent.
It is more correct and more complete than HTTP::Lite. It supports proxies
(currently only non-authenticating ones) and redirection. It also correctly
resumes after EINTR. |