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