Changes for version 0.004 - 2015-03-05
- Features
- Make HTTP::Request::JSON->json_content into a mutator, so if you say $request->json_content it returns the current content as decoded from JSON, rather than unhelpfully setting the content to 'null'.
Modules
a subclass of HTTP::Request that understands JSON
a subclass of HTTP::Response that understands JSON
use JSON natively with LWP objects
a subclass of LWP::UserAgent that understands JSON