Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP
In directory sc8-pr-cvs1:/tmp/cvs-serv32606/lib/HTTP
Modified Files:
WebTest.pm.in WebTest.pm
Log Message:
Minor doc updates
Index: WebTest.pm.in
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm.in,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** WebTest.pm.in 19 Oct 2002 23:52:50 -0000 1.26
--- WebTest.pm.in 13 Dec 2002 01:36:39 -0000 1.27
***************
*** 496,502 ****
etc.) but it should work on Win32 systems.
- The module's HTTP requests time out after 3 minutes (the default value
- for L<LWP::UserAgent|LWP::UserAgent>).
-
If you want to test https:// web sites you may have to install
additional modules to enable SSL support in L<LWP>. In short you may
--- 496,499 ----
Index: WebTest.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** WebTest.pm 18 Nov 2002 07:59:30 -0000 1.31
--- WebTest.pm 13 Dec 2002 01:36:39 -0000 1.32
***************
*** 1345,1348 ****
--- 1345,1356 ----
See also the C<regex_require> and C<ignore_case> parameters.
+ =head2 timeout
+
+ Set the timeout value in seconds.
+
+ =head3 Default value
+
+ C<180>
+
=head2 url
***************
*** 1376,1382 ****
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 L<LWP::UserAgent|LWP::UserAgent>).
If you want to test https:// web sites you may have to install
--- 1384,1387 ----
|