Spring allows to add a server section in the OpenA...
# http4k
v
Spring allows to add a server section in the OpenApi output:

https://user-images.githubusercontent.com/401107/112330347-3e2deb80-8cb8-11eb-85e0-d9ed8922165b.png

https://user-images.githubusercontent.com/401107/112330408-4ede6180-8cb8-11eb-8f33-5726b30090f0.png

This allows calling the endpoint on given server and also the path is visible. Is this feasible with http4k?
s
I believe there's currently a proposal to add that the contract API (or at least to the OpenApi Renderer): https://github.com/http4k/http4k/pull/510
v
ah, okay... this would be helpful