superagent
Advanced tools
Changelog
0.7.0 / 2012-08-03
query()
to be called after the internal req
has been created [tootallnate]Changelog
0.6.0 / 2012-07-17
res.send('foo=bar')
default of "application/x-www-form-urlencoded"Changelog
0.5.1 / 2012-07-16
.end()
arity check to node callbacksChangelog
0.5.0 / 2012-06-16
res.links
Changelog
0.4.3 / 2012-06-15
Changelog
0.4.2 / 2012-06-02
Changelog
0.4.0 / 2012-03-04
.head()
method [browser]. Closes #78make test-cov
support.query(obj)
. Closes #59res.type
(browser). Closes #54res.body
and res.files
to {}