NAME
Reflexive::Client::HTTP::ResponseEvent - A response event of a call with Reflexive::Client::HTTP
VERSION
version 0.007
DESCRIPTION
ATTRIBUTES
request
HTTP::Request object of the event.
response
HTTP::Response object of the given "request".
args
If arguments are given to the "request" in Reflexive::Client::HTTP call, then you can find them in this attribute. If no arguments are given "has_args" gives back false and the attribute will be undefined and no ArrayRef.
AUTHOR
Torsten Raudssus <torsten@raudss.us>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Torsten Raudssus.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.