quic-go / masque-go

MASQUE: Proxying UDP in HTTP/3, RFC 9298
MIT License
81 stars 9 forks source link

split Proxy.Upgrade into Proxy.ParseRequest and Proxy.Proxy #46

Closed marten-seemann closed 4 months ago

marten-seemann commented 4 months ago

Fixes #43.

marten-seemann commented 4 months ago

Tests are still failing, but this is how the API would look like.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 82.35294% with 9 lines in your changes missing coverage. Please review.

Project coverage is 71.47%. Comparing base (fa51376) to head (93e967a).

Files Patch % Lines
proxy.go 82.35% 7 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #46 +/- ## ========================================== + Coverage 70.63% 71.47% +0.84% ========================================== Files 3 3 Lines 269 284 +15 ========================================== + Hits 190 203 +13 - Misses 55 57 +2 Partials 24 24 ```

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