diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2021-10-07 15:46:37 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2021-10-07 15:46:37 +0100 |
commit | 2b0c7afada71b2d42dd50ec342a0e9878e4e2ef2 (patch) | |
tree | 8f7ea9195570bba05a7102745845226440665c8e /NetWare | |
parent | 14956bc72e4dd8b178ec6986aa9857828f53e733 (diff) | |
download | perl-2b0c7afada71b2d42dd50ec342a0e9878e4e2ef2.tar.gz |
Update HTTP-Tiny to CPAN version 0.078
[DELTA]
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.
Diffstat (limited to 'NetWare')
0 files changed, 0 insertions, 0 deletions