-
Notifications
You must be signed in to change notification settings - Fork 27
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
Replace requests with httpx #126
base: master
Are you sure you want to change the base?
Conversation
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.
Max,
Thanks a lot.
The S3 store mainly developed by @YukSeungChan, I'll ask him to review this PR.
But don't worry if Yuk was busy I'll check it.
Please keep the code coverage rate greater than what it was.
I'll add some commits into master to migrate from travis to gh-actinos.
Again, thanks for the contribution.
Max, Could you please describe the problem this PR going to fix it?: |
As httpx have sync and async APIs, it will be much easier to add async API to the library and keep sync API as well. |
…my session factory
93a1d54
to
5b125db
Compare
Hi! I want to add async APIs to the library. The first step is to move to httpx which is resembled in this PR. Also, I want to make sure, the changes are good from conceptual and practical perspectives. If we are good at this step, the next PR will contain the changes related to API itself.
BTW, I have also made some changes to requests-aws4auth#55 to add httpx support.