HTTPConnection.send(data)
Send data to the server. This should be used directly only after the endheaders()
method has been called and before getresponse()
is called.
HTTPConnection.send(data)
Send data to the server. This should be used directly only after the endheaders()
method has been called and before getresponse()
is called.
Please login to continue.