We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f23798 commit f260e58Copy full SHA for f260e58
test/Microsoft.OpenApi.Tests/PublicApi/PublicApi.approved.txt
@@ -1548,7 +1548,7 @@ namespace Microsoft.OpenApi.Reader.Services
1548
{
1549
public class DefaultStreamLoader : Microsoft.OpenApi.Interfaces.IStreamLoader
1550
1551
- public DefaultStreamLoader(System.Uri baseUrl) { }
+ public DefaultStreamLoader(System.Uri baseUrl, System.Net.Http.HttpClient httpClient) { }
1552
public System.Threading.Tasks.Task<System.IO.Stream> LoadAsync(System.Uri uri, System.Threading.CancellationToken cancellationToken = default) { }
1553
}
1554
0 commit comments