POE::Component::Client::REST::JSON - Low-level interface for JSON REST calls


POE-Component-Client-CouchDB documentation  | view source Contained in the POE-Component-Client-CouchDB distribution.

Index


NAME

Top

POE::Component::Client::REST::JSON - Low-level interface for JSON REST calls

VERSION

Top

Version 0.05

SYNOPSIS

Top

This is just a thin specialization of POE::Component::Client::REST that does some JSON encoding and decoding - see the methods for details.

METHODS

Top

cook_request

All requests get their content encoded into JSON and some appropriate headers set.

cook_response

Responses are deserialized from JSON, and callbacks receive two arguments: the deserialized structure and the HTTP::Response object.

AUTHOR

Top

Paul Driver, <frodwith at cpan.org>

BUGS

Top

Probably.

COPYRIGHT & LICENSE

Top


POE-Component-Client-CouchDB documentation  | view source Contained in the POE-Component-Client-CouchDB distribution.