zio-http
zio-http copied to clipboard
Client streaming
Provides client request and response streaming.
Codecov Report
Merging #1153 (2ad8fe3) into main (c192286) will increase coverage by
0.25%
. The diff coverage is79.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.
TODO: add back-pressure
TODO: add back-pressure
Done