Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 922 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 922 Bytes

areq

A timeout controller for asynchronous requests with defer.

Travis branch npm npm


Documentation

Please visit the Wiki.

Overview

areq is a timeout controller for asynchronous requests with Promise defers (e.g., Q.defer()). It tackles the event listener registering and timeout rejection for you.

Installation

$ npm install areq --save

Usage

See Usage on the Wiki for details.

License

Licensed under MIT.