The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Net-Async-HTTP

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.