sagebind / isahc

The practical HTTP client that is fun to use.
https://docs.rs/isahc
MIT License
711 stars 62 forks source link

examples/json.rs: fix to import type making it buildable #385

Closed haxpor closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #385 (5419e86) into master (5175f9f) will decrease coverage by 0.04%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #385      +/-   ##
==========================================
- Coverage   79.46%   79.41%   -0.05%     
==========================================
  Files          52       52              
  Lines        3092     3119      +27     
==========================================
+ Hits         2457     2477      +20     
- Misses        635      642       +7     
Impacted Files Coverage Δ
src/config/request.rs 73.61% <0.00%> (-0.37%) :arrow_down:
tests/request_body.rs 100.00% <0.00%> (ø)
src/config/ssl.rs
src/config/tls.rs 36.78% <0.00%> (ø)
src/agent/selector.rs 76.13% <0.00%> (+0.55%) :arrow_up:
src/client.rs 80.07% <0.00%> (+0.75%) :arrow_up:
src/cookies/jar.rs 83.57% <0.00%> (+2.85%) :arrow_up:

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 5175f9f...5419e86. Read the comment docs.