Index: package.html =================================================================== RCS file: /home/cvspublic/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/package.html,v retrieving revision 1.5 diff -u -r1.5 package.html --- package.html 21 Jul 2002 04:12:45 -0000 1.5 +++ package.html 24 Jul 2002 01:15:22 -0000 @@ -98,5 +98,24 @@ %HH format. + +
-Dname=value
+ command line arguments to the application that uses HttpClient.
+ These properties can also be set programaticly by calling
+ System.getProperties().setProperty(name, value).
+ This is the list of properties that HttpClient recognizes:
+
+ Name
+ Type
+ Effect
+ httpclient.useragent
+ String
+ Sets the User-Agent string to be sent on every HTTP request.
+ httpclient.authentication.preemptive
+ boolean
+ Sends authorization credentials without requiring explicit requests
+ from the web server
+