DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28241>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28241

need a way to customize the http headers sent in a webDAV GET request





------- Additional Comments From [EMAIL PROTECTED]  2004-04-06 21:40 -------
Sample code for how I intend to use this:

WebdavResource wdr = new WebdavResource(myURL);
GetMethod gm = wdr.getGetMethod();
gm.addRequestHeader("Translate", "f");

int status = wdr.executeHttpRequestMethod(gm);

if (status == 200) {
    String str = gm.getResponseBodyAsString();
}

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to