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 31 32 33 34 35 36
|
Source: wuzz
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Jack Henschel <jackdev@mailbox.org>
Build-Depends: debhelper-compat (= 12),
dh-golang (>= 1.10~),
golang-any,
golang-github-burntsushi-toml-dev,
golang-github-fatih-color-dev,
golang-github-jroimartin-gocui-dev (>= 0.4.0~),
golang-github-mattn-go-runewidth-dev,
golang-github-mitchellh-go-homedir-dev,
golang-github-nwidger-jsoncolor-dev,
golang-golang-x-net-dev,
golang-github-tidwall-gjson-dev,
golang-github-x86kernel-htmlcolor-dev,
Standards-Version: 4.4.1
Homepage: https://github.com/asciimoo/wuzz
Vcs-Browser: https://salsa.debian.org/go-team/packages/wuzz
Vcs-Git: https://salsa.debian.org/go-team/packages/wuzz.git
XS-Go-Import-Path: github.com/asciimoo/wuzz
Testsuite: autopkgtest-pkg-go
Package: wuzz
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Interactive console tool for HTTP inspection
Wuzz is an interactive tool for generating and sending HTTP requests,
as well as viewing the responses. Instead of having to specify the HTTP
headers, parameters, body etc. on the command-line, a simple and intuitive
CUI (console user interface) can be used. Wuzz's command line arguments are
similar to cURL's, so it can be used to inspect and modify requests copied
from a browser's network inspector with the "copy as cURL" feature.
|