A small, simple, correct HTTP/1.1 client

Edit Package perl-HTTP-Tiny
http://search.cpan.org/dist/HTTP-Tiny

This is a very simple HTTP/1.1 client, designed primarily 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.

Refresh
Refresh
Source Files
Filename Size Changed
HTTP-Tiny-0.078.tar.gz 0000072203 70.5 KB
cpanspec.yml 0000000547 547 Bytes
perl-HTTP-Tiny.changes 0000014050 13.7 KB
perl-HTTP-Tiny.spec 0000002386 2.33 KB
Revision 31 (latest revision is 40)
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 910830 from Tina Müller's avatar Tina Müller (tinita) (revision 31)
- updated to 0.078
   see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
  0.078     2021-08-02 09:24:03-04:00 America/New_York
      - No changes from 0.077-TRIAL.
  0.077     2021-07-22 13:07:14-04:00 America/New_York (TRIAL RELEASE)
      [ADDED]
      - Added a `patch` helper method for the HTTP `PATCH` verb.
      - If the REQUEST_METHOD environment variable is set, then CGI_HTTP_PROXY
        replaces HTTP_PROXY.
      [FIXED]
      - Unsupported scheme errors early without giving an uninitialized value
        warning first.
      - Sends Content-Length: 0 on empty body PUT/POST.  This is not in the spec,
        but some servers require this.
      - Allows optional status line reason, as clarified in RFC 7230.
      - Ignore SIGPIPE on reads as well as writes, as IO::Socket::SSL says that
        SSL reads can also send writes as a side effect.
      - Check if a server has closed a connection before preserving it for reuse.
      [DOCS]
      - Clarified that exceptions/errors result in 599 status codes.
      [PREREQS]
      - Optional IO::Socket::IP prereq must be at least version 0.32 to be used.
        This ensures correct timeout support.
Comments 0
openSUSE Build Service is sponsored by