Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Net::Async::Webservice::Common::Types - common types for async webservice clients
VERSION
version 1.0.2
Types
AsyncUserAgent
Duck type, any object with a do_request
, GET
and POST
methods. Coerced from "SyncUserAgent" via Net::Async::Webservice::Common::SyncAgentWrapper.
SyncUserAgent
Duck type, any object with a request
, get
and post
methods.
HTTPRequest
Class type for HTTP::Request.
AUTHOR
Gianni Ceccarelli <gianni.ceccarelli@net-a-porter.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Net-a-porter.com.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.