INETGetURLex DEPRECATED
Send a http request to a specific url with a specific verb (which would probably be POST). This
is asynchronous. When server responds, the callback is fired, with following arguments.
- connection
- user parameter
- data parameter : depends on the following parameter
- state code :
0 | some data has been received, and can be read in the received data parameter |
1 | end of request. received data is nil. This is the last call of the callback. |
other | an error occured during the request. received data is nil. This is the last call of the callback |
Parameters
Return value
new request
Note :
INETGetURLex2 should be used instead in all
new applications.