rybalkinsd / kohttp

Kotlin DSL http client
https://kohttp.gitbook.io
Apache License 2.0
480 stars 42 forks source link

Feature/async post #112

Closed DeviantBadge closed 5 years ago

DeviantBadge commented 5 years ago

Added async methods

codecov[bot] commented 5 years ago

Codecov Report

Merging #112 into realease/0.10.0 will decrease coverage by 6.63%. The diff coverage is 80.53%.

Impacted file tree graph

@@                  Coverage Diff                  @@
##             realease/0.10.0     #112      +/-   ##
=====================================================
- Coverage              97.22%   90.59%   -6.64%     
- Complexity               106      120      +14     
=====================================================
  Files                     32       40       +8     
  Lines                    288      372      +84     
  Branches                  17       45      +28     
=====================================================
+ Hits                     280      337      +57     
- Misses                     2        9       +7     
- Partials                   6       26      +20
Impacted Files Coverage Δ Complexity Δ
...hub/rybalkinsd/kohttp/dsl/context/UploadContext.kt 100% <ø> (ø) 6 <0> (ø) :arrow_down:
...hub/rybalkinsd/kohttp/client/dsl/InterceptorDsl.kt 100% <ø> (ø) 0 <0> (ø) :arrow_down:
...in/io/github/rybalkinsd/kohttp/dsl/HttpPatchDsl.kt 100% <ø> (ø) 0 <0> (ø) :arrow_down:
...n/io/github/rybalkinsd/kohttp/dsl/HttpDeleteDsl.kt 100% <ø> (ø) 0 <0> (ø) :arrow_down:
...tlin/io/github/rybalkinsd/kohttp/dsl/HttpPutDsl.kt 100% <ø> (ø) 0 <0> (ø) :arrow_down:
...o/github/rybalkinsd/kohttp/client/ClientBuilder.kt 100% <ø> (ø) 0 <0> (ø) :arrow_down:
...lin/io/github/rybalkinsd/kohttp/dsl/HttpHeadDsl.kt 100% <ø> (ø) 0 <0> (ø) :arrow_down:
...lin/io/github/rybalkinsd/kohttp/dsl/HttpPostDsl.kt 100% <ø> (ø) 0 <0> (ø) :arrow_down:
...otlin/io/github/rybalkinsd/kohttp/dsl/UploadDsl.kt 100% <ø> (ø) 0 <0> (ø) :arrow_down:
...tlin/io/github/rybalkinsd/kohttp/dsl/HttpGetDsl.kt 100% <ø> (ø) 0 <0> (ø) :arrow_down:
... and 33 more

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 9cc3c06...40ac0dd. Read the comment docs.