On this page we document and experiment with the caddy api.
{ "apps": { "http": { "servers": { "example": { "listen": [":2015"], "routes": [{ "handle": [{ "handler": "static_response", "body": "Hello, world!"}] }] }}}}}
# Caddy Assets Below are some utility files that we can use for working with Caddy.
caddy