Skip to content

Releases: rybalkinsd/kohttp

0.12.0

23 May 21:14
86275dd
Compare
Choose a tag to compare

Added

  • Spring boot sample
  • DSL for variable http methods http(method) { }
  • Async DSL for variable http method asyncHttp(method) { }

Changed

  • Improved SSL support
  • Improved our documentation
  • Moved to AssertJ in our tests

Removed

  • Deprecated async methods

0.11.1

27 Oct 00:21
Compare
Choose a tag to compare
Use Kotlin map.forEach instead of Java 8 method. fixes #162 (#167)

0.11.0

11 Sep 01:05
ef6f909
Compare
Choose a tag to compare
HttpLoggingInterceptor (#157)

* initial impl for HttpLoggerInterceptor.
Changed structure of LogInterceptor. Simplified LoggingStrategy

* Introduced flatMap for body, add timeMeasuring in http log

* improved tests for Curl logging

* Http log interecptor tests

0.10.0

01 Jul 08:51
988d735
Compare
Choose a tag to compare
Merge pull request #121 from rybalkinsd/realease/0.10.0

Release/0.10.0

0.0.1

07 Aug 20:12
0586cf1
Compare
Choose a tag to compare

MVP

  • GET
  • async GET
  • CommonPool