grantila / fetch-h2

HTTP/1+2 Fetch API client for Node.js
MIT License
336 stars 16 forks source link

Ability to disable cookies #109

Open blitss opened 4 years ago

blitss commented 4 years ago

Hi there, It would be nice to have ability to disable cookies, like by setting a cookieJar to false/ null:

const fetch = context({
  cookieJar: false,
});