I would like to generate a Get method looks like the following:

GETT http://myserver:8890/dummy HTTP/1.1
...
Connection: keep-alive
NAME=AnyName
AGE=56

The request body has the proprietary parameter pairs (e.g. NAME and
AGE) that are required by the server.

How can I generate these parameters into the request body?
Whata about setParams(HttpMethodParams)?

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

Reply via email to