Name Date Size

.. 2012-04-05 01:53:04 100

as 2011-07-19 09:45:27 3

build.xml 2012-02-29 20:58:26 955

docs 2012-03-01 22:07:18 9

HISTORY.md 2012-04-03 09:44:28 8.3 KiB

io-base.properties 2012-02-28 18:44:31 227

io-base.xml 2009-01-13 23:09:26 270

io-form.properties 2011-06-10 20:34:13 185

io-form.xml 2009-01-13 23:09:26 270

io-nodejs.properties 2012-02-29 20:58:26 177

io-nodejs.xml 2012-02-29 20:58:26 272

io-queue.properties 2011-06-10 20:34:13 192

io-queue.xml 2009-01-13 23:09:26 271

io-upload-iframe.properties 2011-06-10 20:34:13 204

io-upload-iframe.xml 2009-01-13 23:09:26 280

io-xdr.properties 2011-10-21 19:18:45 190

io-xdr.xml 2009-01-13 23:09:26 269

js 2012-04-05 01:53:04 10

Makefile 2012-03-01 07:51:34 79

meta 2012-02-29 20:58:26 3

README.md 2011-08-05 20:48:02 760

scripts 2012-03-01 07:51:34 4

tests 2012-04-05 01:53:04 10

README.md

IO Utility
==========
The IO family of modules provide a simple API for requesting resources over HTTP
and HTTPS. These modules are:
* `io-base`: This is the base IO module that facilitates HTTP requests using
the `XMLHttpRequest` transport.
* `io-xdr`: This module adds the ability to make cross-domain support through
a Flash transport, and an `XDomainRequest` transport for Internet Explorer.
* `io-form`: This module adds the ability to serialize HTML form data into a
key-value string.
* `io-upload-iframe`: This module adds the ability to upload files, as part of
a request payload, in an HTML form.
* `io-queue`: This module implements a basic queue to allow IO requests to be
received and handled in the order sent.