Skip to content
New issue

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

Add redirect,retry and compression handlers to HttpClient library for dotnet #589

Merged
merged 7 commits into from
Sep 8, 2021

Conversation

andrueastman
Copy link
Member

This PR covers part of the work outlined in #360

It involves the addition of the following middlewares to the httpClient library.

  • redirect handler
  • compression handler
  • retry handler

@andrueastman andrueastman added the Csharp Pull requests that update .net code label Sep 6, 2021
@andrueastman andrueastman self-assigned this Sep 6, 2021
@andrueastman andrueastman marked this pull request as ready for review September 6, 2021 14:37
@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 8, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@andrueastman andrueastman requested a review from baywet September 8, 2021 13:07
@andrueastman andrueastman merged commit c4d653e into main Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Csharp Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move middleware and other generic components from graph core to the http core library
3 participants