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

add Request.has_body, Response.send_nowait, cleanup #12

Closed nggit closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #12 (a735ddf) into master (fd32430) will increase coverage by 0.07%. The diff coverage is 96.00%.

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   91.19%   91.27%   +0.07%     
==========================================
  Files          19       19              
  Lines        1681     1696      +15     
==========================================
+ Hits         1533     1548      +15     
  Misses        148      148              
Files Changed Coverage Δ
tremolo/lib/response.py 94.44% <83.33%> (+0.32%) :arrow_up:
tremolo/lib/http_request.py 88.93% <96.29%> (+0.64%) :arrow_up:
tremolo/lib/http_protocol.py 87.67% <100.00%> (ø)
tremolo/lib/http_response.py 95.85% <100.00%> (+0.01%) :arrow_up:

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