agatan / accessprof

Wrap http.Handler to analyze accesses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

accessprof: Wrap http.Handler to analyze accesses

Build Status GoDoc

go get github.com/agatan/accessprof

Example

See _example/.

var prof accessprof.AccessProf
http.ListenAndServe(prof.Wrap(yourHandler, "/accessprof"))

About

Wrap http.Handler to analyze accesses

License:MIT License


Languages

Language:Go 99.0%Language:Makefile 1.0%