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

[DEVX-513] configurable protocol version for HTTP clients #804

Merged
merged 2 commits into from
Jan 22, 2025

add documentation about setting a specific HTTP protocol version

40b2fa0
Select commit
Loading
Failed to load commit list.
Merged

[DEVX-513] configurable protocol version for HTTP clients #804

add documentation about setting a specific HTTP protocol version
40b2fa0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 22, 2025 in 0s

10.07% (-0.01%) compared to 1775bc8, passed because coverage increased by 0% when compared to adjusted base (10.08%)

View this Pull Request on Codecov

10.07% (-0.01%) compared to 1775bc8, passed because coverage increased by 0% when compared to adjusted base (10.08%)

Details

Codecov Report

Attention: Patch coverage is 6.00000% with 47 lines in your changes missing coverage. Please review.

Project coverage is 10.07%. Comparing base (1775bc8) to head (40b2fa0).

Files with missing lines Patch % Lines
...mercetools/http/apachehttp/CtApacheHttpClient.java 6.45% 29 Missing ⚠️
...om/commercetools/http/netty/CtNettyHttpClient.java 0.00% 15 Missing ⚠️
...ommercetools/http/javanet/CtJavaNetHttpClient.java 0.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #804      +/-   ##
============================================
- Coverage     10.08%   10.07%   -0.01%     
- Complexity     1951     1952       +1     
============================================
  Files          6895     6895              
  Lines         67204    67249      +45     
  Branches        282      282              
============================================
- Hits           6780     6778       -2     
- Misses        60247    60294      +47     
  Partials        177      177              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.