summaryrefslogtreecommitdiff
path: root/cpan/HTTP-Tiny/lib/HTTP/Tiny.pm
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade HTTP::Tiny from version 0.070 to 0.076Steve Hay2018-08-081-7/+49
|
* Upgrade HTTP::Tiny from version 0.068 to 0.070Steve Hay2016-10-131-19/+23
|
* Update HTTP-Tiny to CPAN version 0.068Chris 'BinGOs' Williams2016-09-271-4/+10
| | | | | | | | | | | | | | | | | | | | [DELTA] 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)
* Upgrade HTTP::Tiny from version 0.058_001 to 0.064Steve Hay2016-08-171-6/+27
|
* cpan/: bump $VERSION as neededTony Cook2016-07-261-1/+1
|
* cpan/: remove . from @INC when loading optional modulesTony Cook2016-07-261-0/+4
|
* Update HTTP-Tiny to CPAN version 0.058Chris 'BinGOs' Williams2016-06-141-69/+247
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 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).
* Upgrade HTTP-Tiny from version 0.054 to 0.056Steve Hay2015-06-051-32/+99
|
* Update HTTP-Tiny to CPAN version 0.054Chris 'BinGOs' Williams2015-01-271-10/+19
| | | | | | | | | | | | | | [DELTA] 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
* Update HTTP-Tiny to CPAN version 0.053Chris 'BinGOs' Williams2014-12-121-2/+2
| | | | | | | | | | [DELTA] 0.053 2014-12-11 23:42:17-05:00 America/New_York [FIXED] - Defended tests against HTTP_PROXY set in the environment
* Update HTTP-Tiny to CPAN version 0.052Chris 'BinGOs' Williams2014-12-111-4/+11
| | | | | | | | | | | [DELTA] 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.
* Update HTTP-Tiny to CPAN version 0.051Chris 'BinGOs' Williams2014-11-181-35/+33
| | | | | | | | | | [DELTA] 0.051 2014-11-17 22:58:44-05:00 America/New_York [FIXED] - Checks for threads without loading threads.pm
* Update HTTP-Tiny to CPAN version 0.050Chris 'BinGOs' Williams2014-09-291-8/+13
| | | | | | | | | | [DELTA] 0.050 2014-09-23 15:30:18-04:00 America/New_York [FIXED] - Fixed CONNECT requests for some proxies
* Update HTTP-Tiny to CPAN version 0.049Chris 'BinGOs' Williams2014-09-031-9/+22
| | | | | | | | | | [DELTA] 0.049 2014-09-02 11:20:07-04:00 America/New_York [FIXED] - 'keep_alive' is now fork-safe and thread-safe
* Update HTTP-Tiny to CPAN version 0.048Chris 'BinGOs' Williams2014-08-231-22/+28
| | | | | | | | | | [DELTA] 0.048 2014-08-21 13:19:51-04:00 America/New_York [FIXED] - Protected proxy tests from ALL_PROXY in the environment
* Update HTTP-Tiny to CPAN version 0.047Chris 'BinGOs' Williams2014-07-301-328/+330
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 0.047 2014-07-29 14:09:05-04:00 America/New_York [CHANGED] - Updated Mozilla::CA module recommendation version to 20130114 [FIXED] - Fixed t/00-report-prereqs.t when CPAN::Meta is not installed 0.046 2014-07-21 10:32:32-04:00 America/New_York [FIXED] - Empty header fields are now allowed; headers with the 'undef' value will be rendered as an empty header. [DOCUMENTED] - Updated HTTP/1.1 spec description from RFC 2616 to RFC 7230-7235 0.045 2014-07-19 23:17:28-04:00 America/New_York (TRIAL RELEASE) [FIXED] - Fixed t/002_croakage.t for various operating systems.
* Revert "Update HTTP-Tiny to CPAN version 0.044"Abigail2014-07-201-292/+324
| | | | | | | This reverts commit 43bf4e6652b9fc743b1dbbc5153ced8b08779e84. HTTP::Tiny contains tests that requires a connection to www.example.com. These tests fail if run behind a firewall.
* Update HTTP-Tiny to CPAN version 0.044Chris 'BinGOs' Williams2014-07-171-324/+292
| | | | | | | | | | | | | | | | | [DELTA] 0.044 2014-07-16 23:46:09-04:00 America/New_York [CHANGED] - Providing a custom 'Host' header is now a fatal exception. Previously, it was silently ignored, as the RFC mandates that Host be set from the URL, but ignoring it could lead to unexpected, confusing errors. - optimized URL splitting - Passing 'undef' for any proxy attribute will prevent HTTP::Tiny from setting the proxy from the environment.
* Upgrade HTTP-Tiny from version 0.042 to 0.043Steve Hay2014-02-211-6/+10
|
* Update HTTP-Tiny to CPAN version 0.042David Golden2014-02-181-21/+25
| | | | | | | | | [DELTA] [ADDED] - If IO::Socket::IP 0.25+ is installed, HTTP::Tiny will use it for transparent IPv4 or IPv6 support.
* Update HTTP-Tiny to CPAN version 0.041Chris 'BinGOs' Williams2014-02-171-106/+565
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
* Update HTTP-Tiny to CPAN version 0.039Chris 'BinGOs' Williams2013-11-291-5/+12
| | | | | | | | | | | [DELTA] 0.039 2013-11-27 19:48:29 America/New_York [FIXED] - Temporary file creating during mirror() is now opened with O_EXCL for added security
* Update HTTP-Tiny to CPAN version 0.038Chris 'BinGOs' Williams2013-11-181-3/+3
| | | | | | | | | | | [DELTA] 0.038 2013-11-18 12:56:26 America/New_York [FIXED] - Fixed a bug where authentication parameters in the URL would override an existing Authorization header
* Update HTTP-Tiny to CPAN version 0.037Chris 'BinGOs' Williams2013-10-281-3/+18
| | | | | | | | | | | | | | | | [DELTA] 0.037 2013-10-28 13:26:21 America/New_York [FIXED] - Basic authentication in the URL is now unescaped before being encoded into the authentication header [DOCUMENTED] - Added HTTP::Tiny::UA to SEE ALSO and suggested it as the appropriate place for new features
* Update HTTP-Tiny to CPAN version 0.036Chris 'BinGOs' Williams2013-09-291-3/+3
| | | | | | | | | | | | | | | | | | [DELTA] 0.036 2013-09-25 12:10:06 America/New_York [FIXED] - Compile test could hang on Windows [PREREQS] - Dropped configure_requires for ExtUtils::MakeMaker to 6.17 [META] - Updated support files
* Upgrade HTTP::Tiny from version 0.34 o 0.35Steve Hay2013-09-101-6/+10
| | | | | | EXCLUDE t/00-compile.t, which has been rewritten and no longer works in core. (Other t/00-compile.t files from the same CPAN author are already EXCLUDED.)
* Update HTTP-Tiny to CPAN version 0.034Chris 'BinGOs' Williams2013-06-271-10/+32
| | | | | | | | | | | [DELTA] 0.034 2013-06-26 19:02:25 America/New_York [ADDED] - Added support for 'Basic' authorization from user:password parameters in the URL
* Update HTTP-Tiny to CPAN version 0.033Chris 'BinGOs' Williams2013-06-211-15/+64
| | | | | | | | | | | | | | | | | [DELTA] 0.033 2013-06-21 06:26:51 America/New_York [FIXED] - Modifying the 'agent' attribute with the accessor will append the default agent string, just like setting it during construction 0.032 2013-06-20 11:41:24 America/New_York [ADDED] - Added 'no_proxy' attribute, defaulting to $ENV{no_proxy}
* Update HTTP-Tiny to CPAN version 0.031Chris 'BinGOs' Williams2013-06-171-3/+3
| | | | | | | | | | [DELTA] 0.031 2013-06-16 23:18:18 America/New_York [FIXED] - Fixed bug receiving 0-length content bodies
* Update HTTP-Tiny to CPAN version 0.030Chris 'BinGOs' Williams2013-06-161-6/+14
| | | | | | | | | | | [DELTA] 0.030 2013-06-13 11:46:15 America/New_York [FIXED] - Requests with the empty string as body content no longer generate 'content-type' and 'content-length' headers.
* Update HTTP-Tiny to CPAN version 0.029Chris 'BinGOs' Williams2013-05-241-18/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 0.029 2013-04-17 13:49:07 America/New_York [FIXED] - Checks for new enough OpenSSL library before using SNI (otherwise IO::Socket::SSL throws warnings) 0.028 2013-03-05 14:11:57 America/New_York [SUPPORT] - Fix repository/issue links to reflect proper repo name 0.027 2013-03-05 12:02:58 America/New_York [SUPPORT] - Changed metadata to point to the chansen github repository for code and issues [DOCUMENTATION] - Added hyperlink for HTTP::CookieJar 0.026 2013-03-04 22:53:39 America/New_York [ADDED] - Added cookie support if an HTTP::CookieJar object is provided in the 'cookie_jar' attribute [Edward Zborowski]
* Update HTTP-Tiny to CPAN version 0.025Chris 'BinGOs' Williams2012-12-271-5/+12
| | | | | | | | | | | [DELTA] 0.025 2012-12-26 12:09:43 America/New_York [ADDED] - Agent string appends default if it ends in a space, just like LWP [Chris Weyl]
* Update HTTP-Tiny to CPAN version 0.024Chris 'BinGOs' Williams2012-10-161-16/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 0.024 2012-10-09 20:44:53 America/New_York [ADDED] - SSL connections now auto-retry I/O after SSL renegotiation [Alan Gardner] [FIXED] - User-specified CA bundles take precedence over Mozilla::CA [Alan Gardner] [PREREQS] - SSL support now requires Net::SSLeay 1.49 or greater to support auto-retry [Mike Doherty] - Downgraded IO::Socket::SSL and related prereqs to 'suggests' again 0.023 2012-09-19 09:55:46 America/New_York [PREREQS] - IO::Socket::SSL and related prereqs changed to 'required' for dev release to get better failure diagnostics from CPAN Testers [TESTING] - Skip live SSL testing unless IO::Socket::SSL 1.56+ installed
* bump HTTP::Tiny to CPAN version 0.022Jesse Luehrs2012-06-171-7/+20
|
* Updated HTTP-Tiny to CPAN version 0.021Chris 'BinGOs' Williams2012-06-151-37/+196
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DELTA] 0.021 2012-05-15 22:38:57 America/New_York [TESTING] - Skip live SSL testing if $ENV{http_proxy} is set 0.020 2012-05-14 15:24:37 America/New_York [TESTING] - Capture prerequisite versions under AUTOMATED_TESTING to help chase down some failures from CPAN Testers 0.019 2012-05-14 07:14:00 America/New_York [ADDED] - Require IO::Socket::SSL 1.56 (which added SSL_hostname support) when doing HTTPS. [Mike Doherty] [TESTING] - Provide better diagnostic output in t/210_live_ssl.t [Mike Doherty] 0.018 2012-04-18 09:39:50 America/New_York [ADDED] - Add verify_SSL option to do more secure SSL operations, incl. attempting to validate against a CA bundle (Mozilla::CA recommended, but will attempt to find some OS bundles). Also add SSL_opts, which passes through IO::Socket::SSL's SSL_* options to control SSL verification. (GH #6, #9) [Mike Doherty] - Reponse hashref includes final URL (including any redirections) [Lukas Eklund]
* Upgrade HTTP::Tiny to 0.017.Abigail2012-03-131-17/+25
|
* Update HTTP-Tiny to CPAN version 0.016Chris 'BinGOs' Williams2011-10-271-3/+11
| | | | | | | | | | [DELTA] 0.016 2011-10-26 23:05:50 America/New_York [BUG FIXES] - Fixed Perl 5.6 compatibility by emulating utf8::encode [David Golden]
* Update HTTP-Tiny to CPAN version 0.015Chris 'BinGOs' Williams2011-10-261-3/+3
| | | | | | | | | | | | | | [DELTA] 0.015 2011-10-26 16:42:26 America/New_York [BUG FIXES] - Make sure PERL_UNICODE doesn't affect PUT test data [Tony Cook] [DOCUMENTATION] - Fixed typo
* Update HTTP-Tiny to CPAN version 0.014Chris 'BinGOs' Williams2011-10-221-17/+114
| | | | | | | | | | | | | | | | [DELTA] 0.014 2011-10-20 13:54:13 America/New_York [NEW FEATURES] - Adds additional shorthand methods for all common HTTP verbs (HEAD, PUT, POST, DELETE) [David Golden] - post_form() method for POST-ing x-www-form-urlencoded data [David Golden] - www_form_urlencode() utility method [David Golden]
* Upgraded HTTP-Tiny to CPAN version 0.013David Golden2011-07-181-75/+78
| | | | | | | | | | | | | 0.013 2011-07-17 23:14:22 America/New_York [NEW FEATURES] - $ENV{http_proxy} support added [Claes Jakobsson] [OTHER] - Internal/private errors converted from "croak" to "die" as internal errors are caught by "eval"
* Update HTTP::Tiny to CPAN version 0.012David Golden2011-04-011-2/+5
| | | | | | | | | | | | | | | | | | | HTTP::Tiny 0.011 fails to mirror files correctly on MSWin32, preventing CPAN bootstrapping over HTTP with just core Perl. This is fixed in CPAN version 0.012. [DELTA] 0.012 2011-03-31 15:48:02 America/New_York [BUG FIXES] - mirror() now uses binmode during output (RT #67118) [Serguei Trouchelle] [DOCUMENTATION] - noted that SSL certificates are not verified against CA's (RT #66907)
* Updated HTTP::Tiny to CPAN version 0.011David Golden2011-03-191-4/+6
| | | | | | | | | | | | | [DELTA] 0.011 2011-03-19 20:48:39 America/New_York [BUG FIXES] - Made t/000_load.t less verbose under harness (RT#65507) [Dave Mitchell] - Removed 'Errno' as an explicit prefix (it is a core module, but not indexed by PAUSE, which might confuse some installers
* Updated HTTP::Tiny to CPAN version 0.010David Golden2011-02-041-2/+19
| | | | Includes VMS test fixes by Craig Berry
* Update HTTP::Tiny to CPAN version 0.009David Golden2011-01-171-6/+13
| | | | | | | | | | | | [DELTA] 0.009 2011-01-17 16:29:22 EST5EDT - Added workaround for IO::Socket::SSL certificate verification bug - Minor documentation improvements - POST example added to the eg/ directory in the distribution tarball
* Add HTTP::Tiny as a dual-life core moduleDavid Golden2011-01-161-0/+1069
HTTP::Tiny 0.008 has been added as a dual-life module. It is a very small, simple HTTP/1.1 client designed for simple GET requests and file mirroring. It has has been added to enable CPAN.pm and CPANPLUS to "bootstrap" HTTP access to CPAN using pure Perl without relying on external binaries like F<curl> or F<wget>.