Ever being in a situation where you have a relatively complex Caddyfile and wished for an easy way to validate the behaviour?
With caddy-inspect, you get just that by putting the inspect
keyword anywhere in the Caddyfile.
:8080
route {
inspect
respond "you got here after clicking the play button on the console"
}
Screenshot
Details
The project is available at GitHub - abiosoft/caddy-inspect: HTTP Request Inspector for Caddy web server.
Feedbacks would be appreciated.