Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP
In directory usw-pr-cvs1:/tmp/cvs-serv2494/lib/HTTP
Modified Files:
WebTest.pm
Log Message:
Regenerated
Index: WebTest.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest.pm,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** WebTest.pm 17 Aug 2002 09:53:28 -0000 1.25
--- WebTest.pm 17 Aug 2002 10:27:04 -0000 1.26
***************
*** 1042,1045 ****
--- 1042,1059 ----
directly to the htdocs directory, use a pathname of C<.> or C<./.>.
+ =head2 handle_redirects
+
+ If set to C<yes> then HTTP-WebTest automatically follows redirects.
+ It means that you never see HTTP responses with status codes 301 and
+ 302. This feature is disabled if this test parameter is set to C<no>.
+
+ =head3 Allowed values
+
+ C<yes>, C<no>
+
+ =head3 Default value
+
+ C<yes>
+
=head2 http_headers
|