got-fetch
got-fetch copied to clipboard
Support for other of got's init flags.
This is a feature request to have a global or context way to pass in additional parameters.
I.e. node already has fetch, so this package's only selling point is extra features that got provides.
I.e. I would like to be able to set these flags somehow:
const params = {
http2: true,
https: {
rejectUnauthorized: false,
},
enableUnixSockets: true,
}