[ bianca ]
[ 源代码: golang-github-felixge-httpsnoop ]
软件包:golang-github-felixge-httpsnoop-dev(1.0.3-3)
golang-github-felixge-httpsnoop-dev 的相关链接
下载源码包 golang-github-felixge-httpsnoop:
- [golang-github-felixge-httpsnoop_1.0.3-3.debian.tar.xz]
- [golang-github-felixge-httpsnoop_1.0.3-3.dsc]
- [golang-github-felixge-httpsnoop_1.0.3.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
capture http related metrics from http.Handlers (library)
Httpsnoop provides an easy way to capture http related metrics (i.e. response time, bytes written, and http status code) from your application's http.Handlers.
Doing this requires non-trivial wrapping of the http.ResponseWriter interface, which is also exposed for users interested in a more low-level API.