Hi !
I'm using the async http client for post & get methods, it's working
fine until now.
here my code :
<code>
clientMethod = new HttpAsyncPost(targetUrl, content, request.getContentType());
httpclient.execute(clientMethod, new MyResponseConsumer(continuation),
new FutureCallback<Boolean>() {
...
</code>
I would like to add header value in my requests, but I'm unable to
find the way to do it in the API.
Where I'm supposed to add my headers ?
Julien
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]