superagent
Advanced tools
Changelog
3.4.4 (2017-02-17)
Changelog
3.4.3 (2017-02-14)
text/
(Damien Clark)withCredentials(false)
(Andy Woods)formData.on
instead of .once
(Kornel Lesiński)attach("file",null)
(Kornel Lesiński)Changelog
3.4.1 (2017-01-29)
retry()
and retry(0)
(Alexander Pope)Changelog
3.4.0 (2017-01-25)
.retry(n)
method and err.retries
(Alexander Pope)Changelog
3.3.1 (2016-12-17)
Changelog
3.3.0 (2016-12-14)
.ok(callback)
that allows customizing which responses are errors (Kornel Lesiński).responseType()
to Node version (Kornel Lesiński).parse()
to browser version (jakepearson)responseType('blob')
(Kornel Lesiński)Changelog
3.2.0 (2016-12-11)
.timeout({response:ms})
, which allows limiting maximum response time independently from total download time (Kornel Lesiński).end()
is called more than once (Kornel Lesiński)response.links
to browser version (Lukas Eipert)btoa
is no longer required in IE9 (Kornel Lesiński).sortQuery()
on URLs without query strings (Kornel Lesiński)ResponseBase
(Lukas Eipert)