Previous Up Next

HTTPsend
Send data as response to a request. This should be used only in asynchronous mode. It can be used several times and at different times for the same connection. Once the response is complete, just call closeHTTPcon.

I HTTPsend (
HTTPcon _http_connection_
S _data_
)
Parameters

_http_connection_
any http connection
_data_
piece of data to send as response to the request
Return value

0 if success

Error :