Stream<Map<String, dynamic>> patchStreaming(Uri url, {JsonEncodable? body}) => _makeStreamingRequest(url, 'PATCH', body);