superagent / 1.7.2 last updated 13 days ago created on Aug 22nd 2011
Install
npm install --save superagent
Clone
git clone git@github.com:visionmedia/superagent.git
dependencies
show all 21
| main |
|
readable-stream | 1.0.27-1 | MIT |
|
|
qs | 2.3.3 | BSD 3-Clause | |
|
|
mime | 1.3.4 | MIT | |
|
|
component-emitter | 1.2.0 | MIT | |
|
|
methods | 1.1.2 | MIT |
maintainers
+6 more
defunctzombie
kof
kornel
naman34
nw
yields
versions
73 total
| 1.7.2 | 13 days ago | kornel |
| 1.7.1 | 18 days ago | kornel |
| 1.7.0 | 20 days ago | kornel |
| 1.6.1 | 2 months ago | kornel |
| 1.6.0 | 2 months ago | kornel |
| 1.5.0 | 2 months ago | kornel |
| 1.4.0 | 5 months ago | defunctzombie |
| 1.3.0 | 6 months ago | defunctzombie |
| 1.2.0 | 10 months ago | shtylman |
| 1.1.0 | a year ago | shtylman |
| 1.0.0 | a year ago | shtylman |
| 0.21.0 | a year ago | gjohnson |
| 0.20.0 | a year ago | gjohnson |
| 0.19.1 | a year ago | gjohnson |
| 0.19.0 | a year ago | gjohnson |
| 0.18.2 | 2 years ago | kof |
| 0.18.1 | 2 years ago | gjohnson |
| 0.18.0 | 2 years ago | gjohnson |
| 0.17.0 | 2 years ago | gjohnson |
| 0.16.0 | 2 years ago | gjohnson |
| 0.15.7 | 2 years ago | gjohnson |
| 0.15.6 | 2 years ago | gjohnson |
| 0.15.5 | 2 years ago | tjholowaychuk |
| 0.15.4 | 3 years ago | tjholowaychuk |
| 0.15.3 | 3 years ago | tjholowaychuk |
| 0.15.2 | 3 years ago | tjholowaychuk |
| 0.15.1 | 3 years ago | tjholowaychuk |
| 0.15.0 | 3 years ago | tjholowaychuk |
| 0.14.9 | 3 years ago | tjholowaychuk |
| 0.14.8 | 3 years ago | tjholowaychuk |
| 0.14.7 | 3 years ago | tjholowaychuk |
| 0.14.6 | 3 years ago | tjholowaychuk |
| 0.14.5 | 3 years ago | tjholowaychuk |
| 0.14.4 | 3 years ago | tjholowaychuk |
| 0.14.3 | 3 years ago | tjholowaychuk |
| 0.14.2 | 3 years ago | tjholowaychuk |
| 0.14.1 | 3 years ago | tjholowaychuk |
| 0.14.0 | 3 years ago | tjholowaychuk |
| 0.13.0 | 3 years ago | tjholowaychuk |
| 0.12.4 | 3 years ago | tjholowaychuk |
| 0.12.3 | 3 years ago | tjholowaychuk |
| 0.12.2 | 3 years ago | tjholowaychuk |
| 0.12.1 | 3 years ago | tjholowaychuk |
| 0.12.0 | 3 years ago | tjholowaychuk |
| 0.11.0 | 3 years ago | tjholowaychuk |
| 0.10.0 | 3 years ago | tjholowaychuk |
| 0.9.10 | 3 years ago | tjholowaychuk |
| 0.9.9 | 3 years ago | tjholowaychuk |
| 0.9.8 | 3 years ago | tjholowaychuk |
| 0.9.7 | 3 years ago | tjholowaychuk |
| 0.9.6 | 3 years ago | tjholowaychuk |
| 0.9.5 | 3 years ago | tjholowaychuk |
| 0.9.4 | 3 years ago | tjholowaychuk |
| 0.9.3 | 3 years ago | tjholowaychuk |
| 0.9.2 | 3 years ago | tjholowaychuk |
| 0.9.1 | 3 years ago | anonymous |
| 0.9.0 | 3 years ago | anonymous |
| 0.8.2 | 3 years ago | anonymous |
| 0.8.1 | 3 years ago | anonymous |
| 0.8.0 | 3 years ago | anonymous |
| 0.7.0 | 4 years ago | anonymous |
| 0.6.0 | 4 years ago | anonymous |
| 0.5.1 | 4 years ago | anonymous |
| 0.5.0 | 4 years ago | tjholowaychuk |
| 0.4.3 | 4 years ago | tjholowaychuk |
| 0.4.2 | 4 years ago | tjholowaychuk |
| 0.4.1 | 4 years ago | tjholowaychuk |
| 0.4.0 | 4 years ago | tjholowaychuk |
| 0.3.0 | 4 years ago | tjholowaychuk |
| 0.2.0 | 4 years ago | tjholowaychuk |
| 0.1.3 | 4 years ago | tjholowaychuk |
| 0.1.2 | 4 years ago | anonymous |
| 0.1.1 | 4 years ago | anonymous |
readme
SuperAgent 
SuperAgent is a small progressive client-side HTTP request library, and Node.js module with the same API, sporting many high-level HTTP client features. View the docs.

Installation
node:
component:
Works with browserify and should work with webpack
Supported browsers
Tested browsers:
- Latest Android
- Latest Firefox
- Latest Chrome
- IE9 through latest
- Latest iPhone
- Latest Safari
Even though IE9 is supported, a polyfill window.btoa is needed to use basic auth.
Plugins
Superagent is easily extended via plugins.
Existing plugins:
- superagent-no-cache - prevents caching by including Cache-Control header
- superagent-prefix - prefixes absolute URLs (useful in test environment)
- superagent-mock - simulate HTTP calls by returning data fixtures based on the requested URL
- superagent-mocker — simulate REST API
- superagent-cache - superagent with built-in, flexible caching
- superagent-jsonapify - A lightweight json-api client addon for superagent
- superagent-serializer - Converts server payload into different cases
Please prefix your plugin with superagent-* so that it can easily be found by others.
For superagent extensions such as couchdb and oauth visit the wiki.
Running node tests
Install dependencies:
Run em!
Running browser tests
Install dependencies:
Start the test runner:
Visit http://localhost:4000/__zuul in your browser.
Edit tests and refresh your browser. You do not have to restart the test runner.
License
MIT