aboutsummaryrefslogtreecommitdiffstats
path: root/www/Makefile
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-06-16 00:01:06 +0800
committermm <mm@FreeBSD.org>2011-06-16 00:01:06 +0800
commitb21767bd08237f06b1bb9fa70ac9dda47a27ddad (patch)
treeac8c46d3c0b737b120919ef5aaad9ac5b93db95d /www/Makefile
parentf549f1487a4244c484f3d027be1960d6ae8db03c (diff)
downloadfreebsd-ports-gnome-b21767bd08237f06b1bb9fa70ac9dda47a27ddad.tar.gz
freebsd-ports-gnome-b21767bd08237f06b1bb9fa70ac9dda47a27ddad.tar.zst
freebsd-ports-gnome-b21767bd08237f06b1bb9fa70ac9dda47a27ddad.zip
The htt provides a large variety of HTTP-related functionality, useful for
implementing all kinds of HTTP-based tests: - Advanced HTTP protocol handling, including ne-grained timeout handling, request and response validation - Simulating clients and servers, including startup and shutdown of server daemons. This allows to create mock-ups of back-end systems in more complex test situations, for example when the tested application needs to interact with a 3rd-party back-end system which is not available in the testing environment. - Execution of external commandline tools, using their output as request or response data, or for validation purposes. - Copying stream data (e.g. from a response) and re-using it in variables. WWW: http://htt.sourceforge.net/cgi-bin/cwiki/bin/public
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 4e1dceb35c50..c9c4f81457ec 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -330,6 +330,7 @@
SUBDIR += htmlcompressor
SUBDIR += htmlobject
SUBDIR += htmlpp
+ SUBDIR += httest
SUBDIR += http-analyze
SUBDIR += http_get
SUBDIR += http_load