1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: golang-github-felixge-httpsnoop
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-felixge-httpsnoop
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-felixge-httpsnoop.git
Homepage: https://github.com/felixge/httpsnoop
XS-Go-Import-Path: github.com/felixge/httpsnoop
Package: golang-github-felixge-httpsnoop-dev
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: 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.
|