caddy/middleware/expvar
Marcelo E. Magallon b94e513116 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.
2016-03-21 21:46:41 -06:00
..
expvar_test.go Add expvar middleware 2016-03-21 21:46:41 -06:00
expvar.go Add expvar middleware 2016-03-21 21:46:41 -06:00