Changelog
All notable changes to this project will be documented in this file.
- 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
andkohttp-jackson
- Added full docs sync for gitbook
kohttp.yaml
and it's configuration
- Default
Dispatcher
configuration inokhttp.yaml
- CHANGELOG.md
- Migrated to
kotlin
1.3.40 - Migrated to
kotlinx-coroutines-core
1.2.1 - Changed
maxRequests
andmaxRequestsPerHost
for default http client - Async methods naming (Deprecated
asyncHttpGet
)
- pass
Last modified 3yr ago