I am wondering if there is a way to know the uri that the client had to
retrieve? I am using the client.execute() with the futurecallback as
described in the examples. But as far as I can see, you can't retrieve the
uri it had to execute (whether it is httpget, httphead) in the
HttpResponse. Am I missing a way? Or do I need to use the HttpClient with
the ThreadSafeClientConnManager to achieve this and pass along the uri?

Reply via email to