Changes for version 0.300 - 2012-04-22
- Backwards Incompatible Changes
- For consistency/clarity/simplicity $request->params no longer includes 'body' and 'headers'. Use the accessor methods. 'params' is now only used for the extra AnyEvent::HTTP (user-agent) params.
- $request->body will default to an empty string if not defined.
- Enhancements
- Enable conversion from/to HTTP::Message objects
- Fixes
- Fix error messages when parse_args gets the wrong number of arguments.
- Documentation
- Reorganize documentation for clarity/simplicity (hopefully).
Modules
Lightweight objects for AnyEvent::HTTP Request/Response
HTTP Request object for AnyEvent::HTTP
HTTP Response object for AnyEvent::HTTP