//
pkg.gl
Category
github.com/tmpim/caddy
caddyhttp
pprof
package
0.11.5
Repository:
https://github.com/tmpim/caddy.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
65 SLOC
#
Functions
NewMux
NewMux returns a new http.ServeMux that routes pprof requests.
#
Constants
BasePath
BasePath is the base path to match for all pprof requests.
#
Structs
Handler
Handler is a simple struct whose ServeHTTP will delegate pprof endpoints to their equivalent net/http/pprof handlers.