Decodes the body using the given encoding.
encoding
Future<String> decode(Encoding encoding) => encoding.decodeStream(bytes);