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://golang.org/pkg/expvar/ for details.
Source Files ¶
- Version
- v1.30.0
- Published
- Sep 7, 2021
- Platform
- js/wasm
- Imports
- 4 packages
- Last checked
- 3 weeks ago –
Tools for package owners.