[interchange-docs] xmldocs - racke modified refs/get-url

docs at icdevgroup.org docs at icdevgroup.org
Tue Dec 4 17:05:55 EST 2007


User:      racke
Date:      2007-12-04 22:05:55 GMT
Modified:  refs     get-url
Log:
URL added for LWP::UserAgent
remove empty description
fix default for content_type (as noted by Kevin)

Revision  Changes    Path
1.9       +5 -8      xmldocs/refs/get-url


rev 1.9, prev_rev 1.8
Index: get-url
===================================================================
RCS file: /var/cvs/xmldocs/refs/get-url,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- get-url	4 Dec 2007 12:19:55 -0000	1.8
+++ get-url	4 Dec 2007 22:05:54 -0000	1.9
@@ -12,7 +12,9 @@
 __END__
 
 __NAME__ notes
-&tag-get-url; is just a thin wrapper around <classname>LWP::UserAgent</classname>.
+&tag-get-url; is just a thin wrapper around
+<ulink url='http://search.cpan.org/perldoc?LWP::UserAgent'>
+LWP::UserAgent</ulink>.
 __END__
 
 __NAME__ synopsis
@@ -51,7 +53,7 @@
 		<arg choice='plain'>content_type</arg>
 	</entry>
 	<entry></entry><entry></entry>
-	<entry><literal>x-www-form-urlencoded</literal></entry>
+	<entry><literal>application/x-www-form-urlencoded</literal></entry>
 	<entry>&glos-MIME; content type.</entry>
 </row>
 <row>
@@ -109,17 +111,13 @@
 __END__
 
 
-__NAME__ description
-__END__
-
-
 __NAME__ example
 <programlisting>
 [get-url
   url="valid_url"
   method="POST"
   strip=1
-  content_type="x-www-form-urlencoded"
+  content_type="application/x-www-form-urlencoded"
   content="name=Brev"
   authuser="username"
   authpass="password"
@@ -141,4 +139,3 @@
 ]
 </programlisting>
 __END__
-








More information about the docs mailing list