The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Role::REST::Client::Response

VERSION

version 0.13

NAME

Role::REST::Client::Response - Response class for REST

METHODS

code

Returns the http status code of the request

response

Returns the a HTTP::Response object. Use this if you need more information than status and content.

error

Returns the returned reason from HTTP::Tiny where the status is 500 or higher.

failed

True if the request didn't succeed.

data

Returns the deserialized data. Returns an empty hashref if the response was unsuccessful

AUTHOR

Kaare Rasmussen, <kaare at cpan dot com>

BUGS

Please report any bugs or feature requests to bug-role-rest-client at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Role-REST-Client.

COPYRIGHT & LICENSE

Copyright 2012 Kaare Rasmussen, all rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.

AUTHOR

Kaare Rasmussen <kaare at cpan dot net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Kaare Rasmussen.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.