diff options
author | miwi <miwi@FreeBSD.org> | 2008-11-02 05:56:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-11-02 05:56:17 +0800 |
commit | a97b87d04df735fa98e502f0b6cd5fb37e11b288 (patch) | |
tree | d6bb183e792770bf1d548b05d06f9b12dc975b9b /www/Makefile | |
parent | 1525119685e29df50291f2faf5af43411fca1e07 (diff) | |
download | freebsd-ports-gnome-a97b87d04df735fa98e502f0b6cd5fb37e11b288.tar.gz freebsd-ports-gnome-a97b87d04df735fa98e502f0b6cd5fb37e11b288.tar.zst freebsd-ports-gnome-a97b87d04df735fa98e502f0b6cd5fb37e11b288.zip |
HttpFox monitors and analyzes all incoming and outgoing HTTP traffic between the
browser and the web servers.
It aims to bring the functionality known from tools like HttpWatch or
IEInspector to the Firefox browser.
Information available per request includes:
- Request and response headers
- Sent and received cookies
- Querystring parameters
- POST parameters
- Response body
WWW: https://addons.mozilla.org/en-US/firefox/addon/6647
PR: ports/128484
Submitted by: Steven Kreuzer <skreuzer at exit2shell.com>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 8b538aff2edd..3fa97cd37526 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1540,6 +1540,7 @@ SUBDIR += xpi-google-notebook SUBDIR += xpi-greasemonkey SUBDIR += xpi-hit-a-hint + SUBDIR += xpi-httpfox SUBDIR += xpi-imagezoom SUBDIR += xpi-imdbpreview SUBDIR += xpi-imglikeopera |