Versions in this module Expand all Collapse all v1 v1.0.2 Oct 30, 2025 v1.0.1 May 26, 2022 Changes in this version + type Data struct + ResponseCounts map[string]int64 + TotalCount int64 + UpTime string + UpTimeSec float64 + type Stats struct + Path string + Pid int + ResponseCounts map[string]int64 + Uptime time.Time + func (p *Stats) Data() *Data + func (p *Stats) Handler() fasthttp.RequestHandler + func (p *Stats) Init(c *middleware.Config) error + func (p *Stats) Process(h fasthttp.RequestHandler) fasthttp.RequestHandler + func (p *Stats) UnInit()