package expvarhandler
import "github.com/valyala/fasthttp/expvarhandler"
Package expvarhandler provides fasthttp-compatible request handler serving expvars.
Index ¶
Functions ¶
func ExpvarHandler ¶
func ExpvarHandler(ctx *fasthttp.RequestCtx)
ExpvarHandler dumps json representation of expvars to http response.
Expvars may be filtered by regexp provided via 'r' query argument.
See https://pkg.go.dev/expvar for details.
Source Files ¶
- Version
- v1.62.0 (latest)
- Published
- May 7, 2025
- Platform
- windows/amd64
- Imports
- 4 packages
- Last checked
- 3 weeks ago –
Tools for package owners.