Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-HTTP-Tiny-0.070-bp153.1.14 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: perl-HTTP-Tiny Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.070 Vendor: openSUSE
Release: bp153.1.14 Build date: Sat Mar 6 03:37:58 2021
Group: Development/Libraries/Perl Build host: sheep86
Size: 145730 Source RPM: perl-HTTP-Tiny-0.070-bp153.1.14.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/HTTP-Tiny/
Summary: 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.

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.

Cookie support requires HTTP::CookieJar or an equivalent class.

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Tue Oct 11 2016 coolo@suse.com
  - updated to 0.070
    see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
    0.070     2016-10-09 23:23:28-04:00 America/New_York
    - No changes from 0.069-TRIAL.
    0.069     2016-10-05 11:35:58-04:00 America/New_York (TRIAL RELEASE)
      [INTERNAL]
    - Lazy load Carp only if needed.
* Wed Sep 28 2016 coolo@suse.com
  - updated to 0.068
    see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
* Tue Sep 27 2016 coolo@suse.com
  - updated to 0.068
    see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
* Mon Sep 26 2016 coolo@suse.com
  - updated to 0.068
    see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
* Sun Sep 25 2016 coolo@suse.com
  - updated to 0.068
    see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
* Sat Sep 24 2016 coolo@suse.com
  - updated to 0.068
    see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
    0.068     2016-09-23 16:10:03-04:00 America/New_York
    - No changes from 0.067-TRIAL.
    0.067     2016-09-14 11:43:14-04:00 America/New_York (TRIAL RELEASE)
      [FIXED]
    - Includes redirect history when issuing a 599 internal error.
    0.065     2016-09-09 22:42:43-04:00 America/New_York (TRIAL RELEASE)
      [TESTS]
    - Try harder to clean up environment in t/140_proxy.t (needed for VMS)
* Thu Aug 18 2016 coolo@suse.com
  - updated to 0.064
    see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
    0.064     2016-08-16 21:37:51-04:00 America/New_York
    - No changes from 0.063-TRIAL
    0.063     2016-08-08 12:18:03-04:00 America/New_York (TRIAL RELEASE)
      [FIXED]
    - Fixed chunked transfer encoding, which previously omitted a trailing
      CRLF.
    0.061     2016-08-05 12:10:19-04:00 America/New_York (TRIAL RELEASE)
      [FIXED]
    - Avoid overwriting 'If-Modified-Since' header in mirror() if
      the header already exists in something other than lower-case.
      [TESTS]
    - Normalize CRLF when reading test data files in t\150-post_form.t
      on Win32
    0.059     2016-07-29 16:10:32-04:00 America/New_York (TRIAL RELEASE)
      [FIXED]
    - Timeout can now be set as a constructor argument again.
    - CVE-2016-1238: avoid loading optional modules from
      @INC path with `.` at the end.
      [TESTS]
    - Updated tests for a future perl which may omit `.` from
      the list of directories in @INC by default.
* Thu May 05 2016 coolo@suse.com
  - updated to 0.058
    see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
    0.058     2016-05-03 11:29:57-04:00 America/New_York
    - No changes from 0.057
    0.057     2016-04-18 10:17:00-04:00 America/New_York (TRIAL RELEASE)
      [ADDED]
    - Added support for the SSL_CERT_FILE environment variable.
    - Added 'peer' attribute to force a connection to a particular
      server.
    - Added 'connected' method to allow introspection of persistent
      connections.
    - An array reference of redirection result hash references is included
      in the final response hash reference (but only if redirects occur).
      [CHANGED]
    - Because folded headers are obsoleted in the revised RFCs, if CRLF is
      found in header values followed by one or more spaces, they are all
      replaced by a single space.
      [FIXED]
    - Per the RFC, control headers are now sent first before other headers
      (which are sent in arbitrary order).
    - Only well-known headers have their case canonicalized; all other
      headers are sent in the case provided by the user.
    - The 'keep_alive' option now also sets the SO_KEEPALIVE option
      on the underlying socket to help with long-lived, idle connections.
    - Request header field values are now validated against the RFC rules
      (i.e. empty or else space-or-tab separated tokens of printable
      characters).
* Wed May 20 2015 coolo@suse.com
  - updated to 0.056
    see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
    0.056     2015-05-19 06:00:40-04:00 America/New_York
    - No changes from 0.055
    0.055     2015-05-07 18:13:41-04:00 America/New_York (TRIAL RELEASE)
      [ADDED]
    - Added 'can_ssl' method to detect SSL support before trying and
      failing with a fatal exception.
    - Added support for 308 redirects
      [FIXED]
    - When specifying a custom CA file, if that file is missing or
      unreadable, HTTP::Tiny will no longer fall back to a default CA
      [DOCUMENTED]
    - Noted units are bytes for max_size
* Tue Apr 14 2015 coolo@suse.com
  - updated to 0.054
    see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
    0.054     2015-01-27 07:18:19-05:00 America/New_York
      [ADDED]
    - Added more fallback paths to find CA files (thanks golang)
      [DOCUMENTED]
    - Fixed a typo
    0.053     2014-12-11 23:42:17-05:00 America/New_York
      [FIXED]
    - Defended tests against HTTP_PROXY set in the environment
    0.052     2014-12-11 15:23:54-05:00 America/New_York
      [CHANGED]
    - Proxy allowed from environment variable HTTP_PROXY (uppercase) unless
      REQUEST_METHOD is also set.
    0.051     2014-11-17 22:58:44-05:00 America/New_York
      [FIXED]
    - Checks for threads without loading threads.pm
    0.050     2014-09-23 15:30:18-04:00 America/New_York
      [FIXED]
    - Fixed CONNECT requests for some proxies

Files

/usr/lib/perl5/vendor_perl/5.26.1/HTTP
/usr/lib/perl5/vendor_perl/5.26.1/HTTP/Tiny.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-HTTP-Tiny
/usr/share/doc/packages/perl-HTTP-Tiny/CONTRIBUTING.mkdn
/usr/share/doc/packages/perl-HTTP-Tiny/Changes
/usr/share/doc/packages/perl-HTTP-Tiny/LICENSE
/usr/share/doc/packages/perl-HTTP-Tiny/README
/usr/share/man/man3/HTTP::Tiny.3pmc.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024