WSH032 / fastapi-proxy-lib

HTTP/WebSocket proxy for starlette/FastAPI
https://wsh032.github.io/fastapi-proxy-lib/
Apache License 2.0
25 stars 4 forks source link

fix(internal): use `websocket` in favor of `websocket_route` #30

Closed WSH032 closed 5 months ago

WSH032 commented 5 months ago

Summary

The websocket_route is a legacy API of FastAPI, which we mistakenly used before. The websocket we are currently using serves as a full replacement for the former.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.74%. Comparing base (0acc1d2) to head (245101d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #30 +/- ## ======================================= Coverage 96.74% 96.74% ======================================= Files 9 9 Lines 461 461 Branches 67 67 ======================================= Hits 446 446 Misses 9 9 Partials 6 6 ```

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