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
http(method) { }asyncHttp(method) { }