Hi,

I am creating a class that implements the interface HttpRequestHandler. The handle method has a parameter of type HttpRequest on which I would expect to find the payload/parameters sent to the server. It does have a getParams method but it is deprecated. The deprecated message is /"use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config//"/.

Looking at this classes I can't seem to find what I am after, anyone know where I should look?

Regards
Johan

Reply via email to