Revision history for Perinci-Access-HTTP-Client

0.10     2013-08-13 (SHARYANTO)

         - Support parse_url().


0.09     2013-08-11 (SHARYANTO)

         [ENHANCEMENTS]

         - Observe environment variables PERINCI_HTTP_{USER,PASSWORD}.


0.08     2013-04-04 (SHARYANTO)

         [BUG FIXES]

         - Forgot to empty __buffer.


0.07     2013-04-04 (SHARYANTO)

         [INCOMPATIBLE CHANGES]

         - Adjust to Perinci-Access-HTTP-Server 0.27. The way log messages is
           sent to the client is now different (chunk type is now 'l'/'r' +
           <bytes> + ' ' instead of just 'L'/'R' which is not reliable because
           HTTP chunking is not done 1:1 on different PSGI servers. This client
           is thus incompatible with older server.


0.06     2013-03-15 (SHARYANTO)

         [INCOMPATIBLE CHANGES]

         - Instead of passing HTTP auth credentials via \%opts in request(), it
           is now stored in object's attributes, for convenience.


0.05     2013-03-01 (SHARYANTO)

         - Send 'ua' Riap request key to identify client ("Perinci/x.yy").


0.04     2013-03-01 (SHARYANTO)

         [ENHANCEMENTS]

         - Add options to pass HTTP basic auth.


0.03     2012-07-25 (SHARYANTO)

         - Sleep (retry_delay) only when going to retry.

         - Adjust to newer Perinci::Access::Base.


0.02     2012-04-04 (SHARYANTO)

         [INCOMPATIBLE CHANGES]

         - Follow Perinci::Access request() interface instead of putting server
           URL as object attribute.


0.01     2012-04-04 (SHARYANTO)

         - First release (adjusted from Sub-Spec-URI-http).