We've just released a new version 3.1.1, which upg...
# http4k
d
We've just released a new version 3.1.1, which upgrades the
http4k-contract
module to use a Kotlin builder pattern instead of the old "infix" style DSL for building the Route Meta objects (ie. declaring the descriptions and the rest of the contract other than the path). you can see details here of the new API style - it's overall neater, more compact and more discoverable in the IDE - and also more consistent with the rest of the routing APIs. Feedback/questions welcome - you can see details here if you're interested: https://www.http4k.org/cookbook/typesafe_http_contracts/