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
request header should be set instead of add
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
The current behavior in Azure client is Add, will keep the behavior unchanged as Add.
Sorry, something went wrong.
Update ClientPipelineApi, HttpMessageApi abstraction (microsoft#4816)
84992c3
To be consistent with MGC, we decided to use SetValue for headers.
SetValue
live1206
No branches or pull requests
request header should be set instead of add
The text was updated successfully, but these errors were encountered: