sqlalchemy-media icon indicating copy to clipboard operation
sqlalchemy-media copied to clipboard

Replace requests with httpx

Open TheLazzziest opened this issue 3 years ago • 2 comments

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.

TheLazzziest avatar Aug 22 '21 15:08 TheLazzziest

Max,

Could you please describe the problem this PR going to fix it?:

pylover avatar Aug 23 '21 11:08 pylover

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.

TheLazzziest avatar Aug 23 '21 18:08 TheLazzziest