Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stats ¶
type Stats struct {
Uptime time.Time `json:"-"`
Pid int `json:"-"`
ResponseCounts map[string]int64 `json:"-"`
Path string `json:"path"`
// contains filtered or unexported fields
}
func (*Stats) Handler ¶
func (p *Stats) Handler() fasthttp.RequestHandler
func (*Stats) Process ¶
func (p *Stats) Process(h fasthttp.RequestHandler) fasthttp.RequestHandler
Click to show internal directories.
Click to hide internal directories.