Replies: 1 comment 1 reply
-
This is your library :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I saw that this project depend on requests for http interactions and also support aiohttp in order to serve optional async interfaces.
Let me introduce you to Niquests, it is a drop in replacement for Requests with both synchronous and asynchronous interface. Along with native support for HTTP/2 and 3, amongst other interesting things like but not limited to DoH, DoQ, OCSP checks, happy eyeballs ...
It should help simplifying your code base, you could automatically generate the async part from your sync code for example.
Let me know if you show any interest in this,
Would be happy to help or answer any concerns you may have.
regards,
Beta Was this translation helpful? Give feedback.
All reactions