Changelog
Last updated
Was this helpful?
Last updated
Was this helpful?
All notable changes to this project will be documented in this file.
The format is based on , and this project adheres to .
Spring boot sample
DSL for variable http methods http(method) { }
Async DSL for variable http method asyncHttp(method) { }
Improved SSL support
Improved our documentation
Moved to AssertJ in our tests
Deprecated async methods
Split project into kohttp
and kohttp-jackson
Added full docs sync for gitbook
kohttp.yaml
and it's configuration
Default Dispatcher
configuration in okhttp.yaml
CHANGELOG.md
Migrated to kotlin
1.3.40
Migrated to kotlinx-coroutines-core
1.2.1
Changed maxRequests
and maxRequestsPerHost
for default http client
Async methods naming (Deprecated asyncHttpGet
)
pass
, , for your contribution
Kotlin 1.3.50 by @gokulchandra
Android 6, API Level 23 support by @govorovsky
, for your contribution
Introduced multimodule structure
Added full-featured Android sample by
Introduced cURL interceptor by
Introduced by
Improved Multipart DSL
[kohttp-jackson] Improved toJson
, toJsonOrNull
, toType
methods
Redesigned simple logging interceptor to log both requests and responses
Eager requests extensions
, , for your contribution
Async Post DSL by .
Async Head DSL by .
Async Put DSL by .
Async Patch DSL by .
Async Delete DSL by .
Async Upload DSL by .
Async Upload File extensions by .
Async Upload Url extensions by .
Migrated to okhttp
3.12.2
Boolean
and Nullable types support in
url()
and param { }
joint usage by
Allowed nullable types in request param { }
builder ,
Relaxed coverage
, , for your contribution