-
Notifications
You must be signed in to change notification settings - Fork 513
refactor!: Replace HttpxHttpClient with ImpitHttpClient as default HTTP client
#1307
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
Conversation
|
The cookie issue should be resolved in the next |
vdusek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a few comments 🙂.
Also, what now - are we gonna switch from httpx to impit in Apify Python Client? This will result in fewer dependencies in the SDK...
- SDK -> [Crawlee, Client]
- Crawlee -> Impit
- Client -> Impit
(No HTTPX in the minimal instalation.)
That makes sense. But I've now checked the client code. Before replacing |
vdusek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Description
HttpxHttpClientwithImpitHttpClientas default HTTP clientIssues
impitas HTTP client #1079