Hello Jerry, > Unfortunately there isn't a no argument Response constructor, just > Reference: http://www.innovation.ch/java/HTTPClient/api/index-all.html (see > setHeader)
If you want support for the "Innovation.ch" version of HttpClient, you should contact that company. This mailing list is for the Apache Jakarta HTTP Client, which you can download here: http://jakarta.apache.org/commons/httpclient/downloads.html The method to add a request header is called addRequestHeader: http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/HttpMethod.html#addRequestHeader(java.lang.String,%20java.lang.String) hope that helps, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
