A lightweight, zero-dependency drop-in replacement for request.js
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

269 B

CHANGELOG

v1.8.0

  • add resp.ok - same as WHATWG fetch resp.ok = (resp.statusCode >= 200 && resp.statusCode < 300)
  • add resp.stream.body() to populate resp.body rather than (or perhaps in addition to) continuing to stream (useful for error handling)