Developer Tools

Web Flogger C Code
ftp://ftp.ai.mit.edu/pub/users/rst/monkey.c
contains C code that runs under UNIX for stress testing a Web server. The flogger works by replaying common log format log files and making requests of a server a specified rate. This tools can be used in conjunction with Lisp metering tools to improve the performance of CL-HTTP.
W3C Line Mode Browser
http://www.w3.org/pub/WWW/LineMode/
Provides a suite of browser tools useful for testing servers, e.g., acts as a HTTP 1.1 client. This code base has provided the foundation for most C-based browsers and servers developed to date, most notably NCSA Mosaic which grew to prominence as a graphical user interface to the CERN library.
W3C Jigsaw Client API
http://www.w3.org/pub/WWW/Jigsaw/
The W3C Jigsaw server includes a client API that can drive Sun's HotJava Browser as an HTTP 1.1 compliant client.