We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid RequestMethod instance allocation
The text was updated successfully, but these errors were encountered:
Update ClientPipelineApi, HttpMessageApi abstraction (#4816)
fe8f3f1
- Remove unused `ClientPipelineApi.CreateMessage` - Add `HttpRequestOptionsApi` to `ClientPipelineApi.Send(Async)` - Replace `HttpMessageApi.ResponseClassifier` with `HttpMessageApi.ApplyResponseClassifier` - Make abstraction more generic This fix is needed for below issues of Azure plugin: Azure/azure-sdk-for-net#46899 Azure/azure-sdk-for-net#46900 Azure/azure-sdk-for-net#46901 Azure/azure-sdk-for-net#46902
Update ClientPipelineApi, HttpMessageApi abstraction (microsoft#4816)
84992c3
live1206
No branches or pull requests
Avoid RequestMethod instance allocation
The text was updated successfully, but these errors were encountered: