File: control

package info (click to toggle)
golang-github-felixge-httpsnoop 1.0.3-3~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 176 kB
  • sloc: makefile: 10
file content (30 lines) | stat: -rw-r--r-- 1,111 bytes parent folder | download | duplicates (2)
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.