I'm kinda surprised there's not more issues regarding async besides #142
Is adding an async send_async function something you would be interested in adding to the library?
I haven't worked out an implementation yet, but I'm open to doing so if there's interest in merging. Although, it would likely involve removing the requests dependency and replacing it with httpx which implements the requests interface but also provides an async client.
I'm kinda surprised there's not more issues regarding async besides #142
Is adding an async
send_asyncfunction something you would be interested in adding to the library?I haven't worked out an implementation yet, but I'm open to doing so if there's interest in merging. Although, it would likely involve removing the
requestsdependency and replacing it with httpx which implements the requests interface but also provides an async client.