Revision history for Role-REST-Client
0.11 2012-06-14 20:47:25 Europe/Copenhagen
- Init methods remember the persistent headers (Thanks to Wallace Reis for the tests).
0.10 2012-06-01 14:07:37 Europe/Copenhagen
- Add HTTP HEAD method (Wallace Reis).
0.09 2012-05-29 14:59:38 Europe/Copenhagen
- Use Data::Serializer::Raw instead of Data::Serializer
- Fix content-length missmatch issue (Wallace Reis).
- Factor out request step (Wallace Reis).
0.08 2012-05-29 07:24:24 Europe/Copenhagen
- Lazily deserialize the response (Wallace Reis).
- Allow use of a custom UA object (Wallace Reis).
- Defer the building of serializer obj until really necessary (Wallace Reis).
0.07 2012-05-24 07:22:16 Europe/Copenhagen
- Make new_serializer and serializer_class public method and attr,
respectively (Wallace Reis).
0.06 2012-05-19 18:32:07 Europe/Copenhagen
- Add preserve_headers option and persistent_headers to allow sticky headers.
0.05 2012-04-02 22:57:55 Europe/Copenhagen
- Response and serializer are now easy overridable [Matt Phillips].
0.04 2012-03-30 11:02:47 Europe/Copenhagen
- Don't use 5.010; we don't have particular needs for that
0.03 2012-03-19 19:50:25 Europe/Copenhagen
- Clear headers AFTER the request, Makes it possible to set any http header except content-type
and any header set by authentication roles.
0.02 2012-03-01 20:58:30 Europe/Copenhagen
- Turn _ua into an attribute
- Add support for Auth modules (See http://search.cpan.org/dist/Role-REST-Client-Auth-Basic/)
0.01 2012-02-20 17:28:59 Europe/Copenhagen
- First version, with functionality taken from Catalyst::Model::REST