[Http-webtest-commits] CVS: HTTP-WebTest Changes,1.39,1.40
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <m_...@us...> - 2002-07-30 07:02:59
|
Update of /cvsroot/http-webtest/HTTP-WebTest In directory usw-pr-cvs1:/tmp/cvs-serv1898 Modified Files: Changes Log Message: Updated Index: Changes =================================================================== RCS file: /cvsroot/http-webtest/HTTP-WebTest/Changes,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** Changes 24 Jul 2002 22:17:47 -0000 1.39 --- Changes 30 Jul 2002 07:02:51 -0000 1.40 *************** *** 28,35 **** HTTP::Request. It is inherited from HTTP::Request and supports notion of query parameters. This change simplifies writting plugins than may ! need to change them but existing plugins which change query parameters ! via HTTP::Request methods 'content' and 'uri' are likely to be broken ! by this change. If you use such plugins change them to use ! HTTP::WebTest::Request's method 'params'. DEPRECATIONS: --- 28,35 ---- HTTP::Request. It is inherited from HTTP::Request and supports notion of query parameters. This change simplifies writting plugins than may ! need to set or change query parameters. However existing plugins ! which set query parameters using HTTP::Request's methods 'content' and ! 'uri' are likely to be broken by this change. If you use such plugins ! then change them to use HTTP::WebTest::Request's method 'params'. DEPRECATIONS: |