Name: | perl-HTTP-Tiny |
---|---|
Version: | 0.076 |
Release: | 462.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 150675 |
License: | GPL+ or Artistic |
RPM: | perl-HTTP-Tiny-0.076-462.el9.noarch.rpm |
Source RPM: | perl-HTTP-Tiny-0.076-462.el9.src.rpm |
Build Date: | Wed Apr 10 2024 |
Build Host: | build-ol9-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. |
- Update man page for CVE-2023-31486
- Changes the verify_SSL default parameter from 0 to 1 - CVE-2023-31486 - Resolves: rhbz#2228412