Hi All,

I am working on posting multiple request to a server using HTTPClient . First i create a HTTPConnection

(HTTPClient API: Class HTTPConnection) and then send a post request.

For...