File: control

package info (click to toggle)
golang-github-henvic-httpretty 0.1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 352 kB
  • sloc: sh: 61; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,172 bytes parent folder | download
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
Source: golang-github-henvic-httpretty
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Joao Paulo Lima de Oliveira <jlima.oliveira11@gmail.com>,
           Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper (>= 13.4),
               debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any (>= 2:1.20~),
               golang-golang-x-tools-dev (>= 1:0.14.0)
Standards-Version: 4.6.2
XS-Go-Import-Path: github.com/henvic/httpretty
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-henvic-httpretty
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-henvic-httpretty.git
Homepage: https://github.com/henvic/httpretty
Testsuite: autopkgtest-pkg-go

Package: golang-github-henvic-httpretty-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Prints HTTP requests made with Go pretty on your terminal.
 Prints the HTTP requests of your Go programs pretty on your terminal
 screen. It is mostly inspired in curl's --verbose mode, and also on
 the httputil.DumpRequest and similar functions.