Update of /cvsroot/http-webtest/HTTP-WebTest
In directory sc8-pr-cvs1:/tmp/cvs-serv32606
Modified Files:
README
Log Message:
Minor doc updates
Index: README
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/README,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** README 19 Oct 2002 23:14:17 -0000 1.8
--- README 13 Dec 2002 01:36:40 -0000 1.9
***************
*** 46,1061 ****
------------
- Getting started
- This module has complex functionality, but using it to run simple tests is
- simple. Create a file of test parameters in the wtscript format and use
- the wt program to process the file using the command "wt filename". The
- only required parameters are "test_name" and "url".
-
- This document describes:
-
[...987 lines suppressed...]
- doesn't start with "http://", "ftp://", etc) then "http://" is implied.
-
- user_agent
- Set the product token that is used to identify the user agent on the
- network.
-
- Default value
- "HTTP-WebTest/NN"
-
- where "NN" is version number of HTTP-WebTest.
-
RESTRICTIONS / BUGS
This module have been tested only on Unix (e.g., Solaris, Linux, AIX,
etc.) but it should work on Win32 systems.
-
- The module's HTTP requests time out after 3 minutes (the default value for
- LWP::UserAgent).
If you want to test https:// web sites you may have to install additional
--- 46,52 ----
|