[ bookworm-backports ]
[ trixie ]
[ sid ]
[ 原始碼: golang-github-felixge-httpsnoop ]
套件:golang-github-felixge-httpsnoop-dev(1.0.3-3)
golang-github-felixge-httpsnoop-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-felixge-httpsnoop:
- [golang-github-felixge-httpsnoop_1.0.3-3.dsc]
- [golang-github-felixge-httpsnoop_1.0.3.orig.tar.gz]
- [golang-github-felixge-httpsnoop_1.0.3-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [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.