BodyExt extension

on

Methods

decode(Encoding encoding) Future<String>

Available on Body, provided by the BodyExt extension

Decodes the body using the given encoding.
decodeJson() Future

Available on Body, provided by the BodyExt extension

Decodes the body into a JSON object.