superagent
Advanced tools
Changelog
3.1.0 (2016-11-28)
.sortQuery()
(vicanso).field()
(Kornel Lesiński)superagent.Request
subclassable without need to patch all static methods (Kornel Lesiński)Changelog
3.0.0 (2016-11-19)
.part()
/superagent.Part
APIs..body
property on internal response object used by unbuffered parsers.
Note: the normal response.body
is unaffected..send()
calls mixing Buffer
/Blob
and JSON data are not possible and will now throw instead of messing up the data..send()
data object type check (Fernando Mendes)http+unix:
schema to support Unix sockets (Yuki KAN)attach
options parameter in the Node version (Lapo Luchini)pfx
TLS option with new pfx()
method. (Reid Burke).on
to .once
to prevent possible memory leaks (Matt Blair)Changelog
2.3.0 (2016-09-20)
.field()
to handle objects (Affan Shahid).catch()
for more Promise-like interface (Maxim Samoilov, Kornel Lesiński)event.direction
in uploads (Kornel Lesiński)on()
method (Juan Dopazo)Changelog
2.2.0 (2016-08-13)
timedout
property to node Request instance (Alexander Pope)null
querystring values in node and browser environments. (George Chung)