We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
目前在 wechatpy 中都是直接用的 requests 作为 HTTP transport 的实现,这导致很难做 asyncio 的支持(用 aiohttp 替换 requests 作为 HTTP transport),可以参考 elasticsearch-py 的 transport 设计抽象出 HTTP transport 层
requests
elasticsearch-py
The text was updated successfully, but these errors were encountered:
目前还没支持吗?
Sorry, something went wrong.
No branches or pull requests
功能描述
目前在 wechatpy 中都是直接用的
requests
作为 HTTP transport 的实现,这导致很难做 asyncio 的支持(用 aiohttp 替换 requests 作为 HTTP transport),可以参考elasticsearch-py
的 transport 设计抽象出 HTTP transport 层相关资料
The text was updated successfully, but these errors were encountered: