Name | Date | Size | |
---|---|---|---|
.. | 2012-03-30 16:14:03 | 100 | |
as | 1970-01-01 01:00:00 | 0 | |
build.xml | 2011-08-29 07:45:33 | 1.3 KiB | |
docs | 2012-03-29 17:54:35 | 26 | |
HISTORY.md | 2012-01-31 00:00:14 | 4.5 KiB | |
io-base.properties | 1970-01-01 01:00:00 | 0 | |
io-base.xml | 1970-01-01 01:00:00 | 0 | |
io-form.properties | 1970-01-01 01:00:00 | 0 | |
io-form.xml | 1970-01-01 01:00:00 | 0 | |
io-nodejs.properties | 1970-01-01 01:00:00 | 0 | |
io-nodejs.xml | 1970-01-01 01:00:00 | 0 | |
io-queue.properties | 1970-01-01 01:00:00 | 0 | |
io-queue.xml | 1970-01-01 01:00:00 | 0 | |
io-upload-iframe.properties | 1970-01-01 01:00:00 | 0 | |
io-upload-iframe.xml | 1970-01-01 01:00:00 | 0 | |
io-xdr.properties | 1970-01-01 01:00:00 | 0 | |
io-xdr.xml | 1970-01-01 01:00:00 | 0 | |
js | 2012-03-29 17:43:40 | 14 | |
Makefile | 2011-06-27 21:53:24 | 14 | |
meta | 2012-02-08 19:10:47 | 4 | |
README.md | 2011-06-24 17:43:18 | 2.3 KiB | |
scripts | 1970-01-01 01:00:00 | 0 | |
tests | 2012-03-30 16:14:03 | 6 |
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.