Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin
In directory usw-pr-cvs1:/tmp/cvs-serv2395
Modified Files:
SetRequest.pm
Log Message:
Minor doc fix
Index: SetRequest.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/SetRequest.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** SetRequest.pm 17 Aug 2002 10:26:18 -0000 1.14
--- SetRequest.pm 23 Aug 2002 10:41:40 -0000 1.15
***************
*** 83,88 ****
C<multipart/form-data> content type used for C<Form-based File Upload>
as specified in RFC 1867. Each parameter with list value is treated
! as file part specification specification with the following
! interpretation:
( FILE, FILENAME, HEADER => VALUE... )
--- 83,87 ----
C<multipart/form-data> content type used for C<Form-based File Upload>
as specified in RFC 1867. Each parameter with list value is treated
! as file part specification with the following interpretation:
( FILE, FILENAME, HEADER => VALUE... )
|