• Marcelo E. Magallon's avatar
    Add expvar middleware · b94e5131
    Marcelo E. Magallon authored
    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.
    b94e5131
expvar.go 1.09 KB