diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-02-17 20:30:07 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-02-17 20:30:07 +0000 |
commit | 91e4447ad17c1687664c3d73092318aa84d013a3 (patch) | |
tree | d3a0f0291822a32440b77e5e07aca67d4065998f /MANIFEST | |
parent | 7dcac5f6a5195002b55c935ee1d67f67e1df280b (diff) | |
download | perl-91e4447ad17c1687664c3d73092318aa84d013a3.tar.gz |
Update HTTP-Tiny to CPAN version 0.041
[DELTA]
0.041 2014-02-17 13:07:54-05:00 America/New_York
[no code change, only an amended Changes file]
[INCOMPATIBLE CHANGES (from 0.039)]
- The 'proxy' attribute no longer takes precedence over the
'http_proxy' environment variable. With the addition of http_proxy
and https_proxy attributes (and corresponding environment variable
defaults), the legacy 'proxy' attribute now maps to the
all_proxy/ALL_PROXY environment variable and only takes effect when
other proxy attributes are not defined.
[ADDED (since 0.039)]
- Added 'keep_alive' attribute for single-server persistent connections
(Clinton Gormley)
- Added support for Basic authorization with proxies
- Added support for https proxies via CONNECT
[FIXED (since 0.039)]
- Requests are made with one less write for lower latency (Martin
Evans)
0.040 2014-02-17 13:02:47-05:00 America/New_York
[INCOMPATIBLE CHANGES]
- The 'proxy' attribute no longer takes precedence over the
'http_proxy' environment variable. With the addition of http_proxy
and https_proxy attributes (and corresponding environment variable
defaults), the legacy 'proxy' attribute now maps to the
all_proxy/ALL_PROXY environment variable and only takes effect when
other proxy attributes are not defined.
[ADDED]
- Added support for Basic authorization with proxies
- Added support for https proxies via CONNECT
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1133,6 +1133,8 @@ cpan/HTTP-Tiny/t/141_no_proxy.t cpan/HTTP-Tiny/t/150_post_form.t cpan/HTTP-Tiny/t/160_cookies.t cpan/HTTP-Tiny/t/161_basic_auth.t +cpan/HTTP-Tiny/t/162_proxy_auth.t +cpan/HTTP-Tiny/t/170_keepalive.t cpan/HTTP-Tiny/t/BrokenCookieJar.pm cpan/HTTP-Tiny/t/cases/auth-01.txt cpan/HTTP-Tiny/t/cases/auth-02.txt @@ -1174,12 +1176,18 @@ cpan/HTTP-Tiny/t/cases/get-19.txt cpan/HTTP-Tiny/t/cases/get-20.txt cpan/HTTP-Tiny/t/cases/get-21.txt cpan/HTTP-Tiny/t/cases/head-01.txt +cpan/HTTP-Tiny/t/cases/keepalive-01.txt +cpan/HTTP-Tiny/t/cases/keepalive-02.txt +cpan/HTTP-Tiny/t/cases/keepalive-03.txt +cpan/HTTP-Tiny/t/cases/keepalive-04.txt +cpan/HTTP-Tiny/t/cases/keepalive-05.txt cpan/HTTP-Tiny/t/cases/mirror-01.txt cpan/HTTP-Tiny/t/cases/mirror-02.txt cpan/HTTP-Tiny/t/cases/mirror-03.txt cpan/HTTP-Tiny/t/cases/mirror-04.txt cpan/HTTP-Tiny/t/cases/mirror-05.txt cpan/HTTP-Tiny/t/cases/post-01.txt +cpan/HTTP-Tiny/t/cases/proxy-auth-01.txt cpan/HTTP-Tiny/t/cases/put-01.txt cpan/HTTP-Tiny/t/cases/put-02.txt cpan/HTTP-Tiny/t/cases/put-03.txt |