-
Notifications
You must be signed in to change notification settings - Fork 664
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
HTTP client switching #2659
Comments
The interface should mimic that of |
Shouldn't we just do this in a breaking change instead? Feels weird to try and make it still respect got-scrapings interface to me... |
It doesn't seem like that much of a hassle. But if it is, I'm totally open to just breaking it. Wait for the PR 🙂 |
We will most likely do that later this year, but the support for doing this "somehow" should be done during Q3, so let's try to make it work now on runtime at the cost of not perfect typing, and improve in v4 where we can afford breaking stuff. |
Currently, we use got-scraping for making HTTP calls, but that is getting outdated as we speak. We need to find a way to allow using different HTTP clients, like curl-impersonate or axios.
The text was updated successfully, but these errors were encountered: