-
-
Notifications
You must be signed in to change notification settings - Fork 747
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 Version and HttpVersionPolicy support for HttpRequestMessage #1800
Conversation
I've never used |
I think it is not neccessary to have [HttpVersion()] , it is easy ( understanding) and resilience to Add Version and HttpVersionPolicy to the settings . |
… into HttpVersionPolicy
… into HttpVersionPolicy
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1800 +/- ##
==========================================
- Coverage 87.73% 83.74% -3.99%
==========================================
Files 33 36 +3
Lines 2348 2449 +101
Branches 294 345 +51
==========================================
- Hits 2060 2051 -9
- Misses 208 316 +108
- Partials 80 82 +2 ☔ View full report in Codecov by Sentry. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Fixes #1799