async-http.js

Simplify async http request using only dom attributes


Keywords
async, http
License
MIT
Install
bower install async-http.js

Documentation

Build Status

Features

  • Zero configuration
  • Small
  • Semantic, writeble code
  • Use js only if you need
  • Done actions passed by attributes
  • Default json requests hander
  • Confirm by attributes if you need
  • Customize confirm plugin
  • Enqueue the requests, one to one, and manager thats
  • Cancel current request
  • Simple create auto refresh requests, and control it (pause, resume);
  • Event based
  • Control all request cicle from js events

TODO

  • Undo (prevent send request)