Add expvar middleware
Right now it has a very simple configuration: expvar /debug/vars It will return a JSON object with memory statistics and the command line used to start caddy, which are the two expvars that expvar registers by default.
Showing
caddy/setup/expvar.go
0 → 100644
caddy/setup/expvar_test.go
0 → 100644
middleware/expvar/expvar.go
0 → 100644
Please register or sign in to comment