with this change there are numerous helper methods that should provide a more descriptive DSL for the response status. Instead of a numerical status you can now call a method e.g. instead of 200 call OK() fixes gh-575
= Http Server Run [source=groovy] -------- ./gradlew clean build publishToMavenLocal -------- or -------- ./mvnw clean install -------- To - build the app - generate and run Spring Cloud Contract Verifier tests - publish the fatJar and the stubs to Maven Local