![]() |
![]()
| ![]() |
![]()
NAMENet::HTTP::Spore::Middleware::Format::JSON - middleware for JSON format VERSIONversion 0.09 SYNOPSISmy $client = Net::HTTP::Spore->new_from_spec('twitter.json'); $client->enable('Format::JSON'); DESCRIPTIONNet::HTTP::Spore::Middleware::Format::JSON is a simple middleware to handle the JSON format. It will set the appropriate Accept header in your request. If the request method is PUT or POST, the Content-Type header will also be set to JSON. This middleware will also deserialize content in the response. The deserialized content will be store in the body of the response. EXAMPLESAUTHORS
COPYRIGHT AND LICENSEThis software is copyright (c) 2012 by Linkfluence. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|