-
Notifications
You must be signed in to change notification settings - Fork 32
open(transaction type, URL)
OverEasy edited this page Feb 20, 2018
·
2 revisions
Create a new transaction.
transaction_type const char* GET or POST URL is type const-char* and is the complete URL eg. HTTP://www.somedomain.com/path?parm1=abc&parm2=def
open returns true of transaction_type is valid and the URL is valid format.
open will initiate an asynchronous connection.
readyState will be readyStateOpened (1) after successful open.