Quote:
Returns the message body of the request, as returned by HTTP::Body: a string, unless Content-Type is application/x-www-form-urlencoded, text/xml, or multipart/form-data, in which case a File::Temp object is returned.
As per HTTP::Body 1.16 this also applies to application/json
- Added support for application/json (Gareth Kirwan [GBJK])