Get body map from response
Future<Map<String, dynamic>> getBody() async => json.decode((await utf8.decodeStream(this)).toString()) as Map<String, dynamic>;