nggit / tremolo

Tremolo is a stream-oriented, asynchronous, programmable HTTP server written in pure Python. It can also serve as an ASGI server.
https://nggit.github.io/tremolo-docs/
MIT License
44 stars 1 forks source link

update ws example to support reverse proxy #15

Closed nggit closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #15 (4157001) into master (166cffe) will decrease coverage by 0.13%. Report is 2 commits behind head on master. The diff coverage is 94.11%.

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
- Coverage   91.27%   91.14%   -0.13%     
==========================================
  Files          19       19              
  Lines        1696     1717      +21     
==========================================
+ Hits         1548     1565      +17     
- Misses        148      152       +4     
Files Changed Coverage Δ
tremolo/lib/http_response.py 95.08% <84.61%> (-0.77%) :arrow_down:
tremolo/lib/h1parser/parse_header.py 94.11% <100.00%> (+0.31%) :arrow_up:
tremolo/lib/http_request.py 89.21% <100.00%> (+0.27%) :arrow_up:
tremolo/tremolo.py 90.17% <100.00%> (-0.53%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

:loudspeaker: Have feedback on the report? Share it here.