Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for other of got's init flags. #415

Open
mctrafik opened this issue Feb 12, 2024 · 0 comments
Open

Support for other of got's init flags. #415

mctrafik opened this issue Feb 12, 2024 · 0 comments

Comments

@mctrafik
Copy link

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,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant