[ 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.