zio-http icon indicating copy to clipboard operation
zio-http copied to clipboard

Client streaming

Open gciuloaica opened this issue 2 years ago • 3 comments

Provides client request and response streaming.

gciuloaica avatar Mar 23 '22 08:03 gciuloaica

Codecov Report

Merging #1153 (2ad8fe3) into main (c192286) will increase coverage by 0.25%. The diff coverage is 79.36%.

@@            Coverage Diff             @@
##             main    #1153      +/-   ##
==========================================
+ Coverage   59.83%   60.08%   +0.25%     
==========================================
  Files          70       73       +3     
  Lines        2450     2508      +58     
  Branches       70       77       +7     
==========================================
+ Hits         1466     1507      +41     
- Misses        984     1001      +17     
Impacted Files Coverage Δ
...la/zhttp/service/client/ClientInboundHandler.scala 71.42% <ø> (ø)
...ain/scala/zhttp/service/ClientRequestHandler.scala 59.25% <59.25%> (ø)
...service/client/ClientInboundStreamingHandler.scala 84.61% <84.61%> (ø)
zio-http/src/main/scala/zhttp/http/HttpData.scala 83.33% <100.00%> (ø)
zio-http/src/main/scala/zhttp/http/Response.scala 83.56% <100.00%> (-0.73%) :arrow_down:
zio-http/src/main/scala/zhttp/service/Client.scala 92.30% <100.00%> (+1.23%) :arrow_up:
...la/zhttp/service/ClientResponseStreamHandler.scala 100.00% <100.00%> (ø)
...io-http/src/main/scala/zhttp/service/package.scala 100.00% <100.00%> (ø)
...ain/scala/zhttp/service/ServerResponseWriter.scala 83.72% <0.00%> (-6.98%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c192286...2ad8fe3. Read the comment docs.

codecov-commenter avatar Mar 27 '22 14:03 codecov-commenter

TODO: add back-pressure

gciuloaica avatar Apr 19 '22 08:04 gciuloaica

TODO: add back-pressure

Done

gciuloaica avatar May 30 '22 12:05 gciuloaica