Revision history for Net-Async-HTTP
0.11 BUGFIXES:
- Fix stalling t/12request-streaming.t test script that causes lots
of FAILs at test time
0.10 CHANGES:
- Support streaming of request body content
- Support HTTP::Cookies object as a cookie jar
- Allow proxy_host and proxy_port as ->configure parameters, to set
defaults for requests
0.09 CHANGES:
- Use IO::Async::Protocol->connect from 0.34
0.08 CHANGES:
- Support streaming of response body content
- Support SSL if IO::Async::SSL is installed
0.07 CHANGES:
- base on IO::Async::Protocol::Stream
0.06 CHANGES:
- When POSTing content that isn't form data, expect to be given its
content type
0.05 CHANGES:
- Added Test::Pod testing
- Created example wget-style script
- Documentation neatening
- More accurate 'requires' in Build.PL; hopefully to keep CPANTS
happy
0.04 CHANGES:
- Added 'use warnings'
- Updated to IO::Async 0.21 style
- Various small documentation and test script updates
0.03 CHANGES:
- Support server-local HTTP redirects
0.02 CHANGES:
- Support HTTP redirects
- BUGFIXES
-
- Declare dependency on HTTP::Request and HTTP::Response
0.01 First version, released on an unsuspecting world.