[ ソース: golang-github-felixge-httpsnoop ]
パッケージ: golang-github-felixge-httpsnoop-dev (1.0.4-1)
golang-github-felixge-httpsnoop-dev に関するリンク
Debian の資源:
golang-github-felixge-httpsnoop ソースパッケージをダウンロード:
- [golang-github-felixge-httpsnoop_1.0.4-1.dsc]
- [golang-github-felixge-httpsnoop_1.0.4.orig.tar.gz]
- [golang-github-felixge-httpsnoop_1.0.4-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
試験的な (experimental の) パッケージ
警告: このパッケージは experimental ディストリビューションのものです。つまり、おそらく不安定でバグがあり、それどころかデータの損失を起こすかもしれません。使用前には、変更履歴やその他の参照可能なドキュメントを必ず調べてください。
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.
