[Http-webtest-commits] CVS: HTTP-WebTest/lib/HTTP WebTest.pm,1.24,1.25
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-08-17 09:53:32
|
Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP In directory usw-pr-cvs1:/tmp/cvs-serv27518/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.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** WebTest.pm 31 Jul 2002 15:16:41 -0000 1.24 --- WebTest.pm 17 Aug 2002 09:53:28 -0000 1.25 *************** *** 1423,1426 **** --- 1423,1434 ---- C<no> + =head2 status_code + + Given numeric HTTP Status Code, tests response returned that value. + + =head3 Default value + + C<200> (OK). + =head2 terse |