Skip to content

open(transaction type, URL)

OverEasy edited this page Feb 20, 2018 · 2 revisions

open(transaction_type, URL)

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.

Clone this wiki locally