Update of /cvsroot/http-webtest/HTTP-WebTest
In directory usw-pr-cvs1:/tmp/cvs-serv31029
Modified Files:
README
Log Message:
Various doc updates
Index: README
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/README,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** README 18 Oct 2002 21:09:31 -0000 1.7
--- README 19 Oct 2002 23:14:17 -0000 1.8
***************
*** 1,8 ****
NAME
! HTTP::WebTest - Test remote URLs or local web files
DESCRIPTION
Introduction
! This module runs tests on remote URLs or local web files containing
Perl/JSP/HTML/JavaScript/etc. and generates a detailed test report. This
module can be used "as-is" or its functionality can be extended using
--- 1,8 ----
NAME
[...1081 lines suppressed...]
! as absolute. In this case if schema part of URL is omitted (i.e. URL
! 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
|