Skip to content

http: add support for abortsignal to http.request

cc @mcollina @jasnell @addaleax

This is the last one from https://github.com/nodejs/node/pull/35877#issuecomment-720071726 - if you have any more APIs you want me to add support for AbortSignal in before I go back to that list I started making back then please let me know :]

Also we should talk about streams and this probably.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading