File: control

package info (click to toggle)
wbox 5-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 160 kB
  • ctags: 155
  • sloc: ansic: 1,404; makefile: 51; sh: 12
file content (25 lines) | stat: -rw-r--r-- 974 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
Source: wbox
Section: web
Priority: optional
Maintainer: Alberto Furia <straluna@email.it>
Build-Depends: debhelper (>= 7), dpatch
Standards-Version: 3.8.3
Homepage: http://www.hping.org/wbox/

Package: wbox
Architecture: any
Depends: ${shlibs:Depends}
Description: HTTP testing tool and configuration-less HTTP server
 Wbox aims to help you having fun while testing HTTP related stuff.
 You can use it to perform many tasks, including the following.
  * Benchmarking how much time it takes to generate content
    for your web application.
  * Web server and web application stressing.
  * Testing virtual domains configuration without the need to alter
    your local resolver.
  * Check if your redirects are working correctly emitting
    the right HTTP code.
  * Test if the HTTP compression is working and if it is actually
    serving pages faster.
  * Use it as a configuration-less HTTP server to share files!
    (it's as simple as % wbox servermode webroot /tmp)