ying lcs wrote:
> How can I set the http request header in the GetMethod of http client?

What about GetMethod.setRequestHeader("name", "value")?
It's in the HttpMethod interface. There are also
addRequestHeader(...) methods for multi-valued headers.

cheers,
  Roland


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

Reply via email to