Need to add or modify headers with Caddy? You can include a route in the application's Caddy routes to do this.
{ "handle": [ { "handler": "headers", "request": { "set": { "X-Request-Start": [ "{time.now.unix_ms}" ] } } } ] }
caddy adapt
to convert it to JSON. Then you can grab the route handler snippet and copy and paste it into the route configuration in your Hatchbox app.