ntex-rs / ntex

framework for composable networking services
Apache License 2.0
2.05k stars 110 forks source link

Publicize Connect trait access #422

Closed jamescarterbell closed 1 month ago

jamescarterbell commented 1 month ago

Somewhere after ntex 0.4, the Connect was renamed and made internal, however I'm not seeing an issue with making it public for some testing scenarios.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 12.50000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 91.07%. Comparing base (69f150e) to head (c128e9a). Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
ntex/src/http/client/builder.rs 0.00% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #422 +/- ## ========================================== - Coverage 91.16% 91.07% -0.10% ========================================== Files 200 200 Lines 32124 32127 +3 ========================================== - Hits 29286 29259 -27 - Misses 2838 2868 +30 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.