From b21767bd08237f06b1bb9fa70ac9dda47a27ddad Mon Sep 17 00:00:00 2001 From: mm Date: Wed, 15 Jun 2011 16:01:06 +0000 Subject: 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 --- www/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'www/Makefile') 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 -- cgit