Skip to content
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

Does it support asynchronous HTTP (s) #296

Open
Smawexi opened this issue Nov 26, 2024 · 1 comment
Open

Does it support asynchronous HTTP (s) #296

Smawexi opened this issue Nov 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Smawexi
Copy link

Smawexi commented Nov 26, 2024

Apache Thrift supports HTTP (s), as follows

from thrift.transport import TSocket, THttpClient

If supported, how can I easily set up a proxy?

@aisk
Copy link
Member

aisk commented Nov 26, 2024

Thriftpy2 supports using HTTP as a transport, just like Apache Thrift. However, the aio version of Thriftpy2 has not yet implemented HTTP transport. Contributions are welcome!

@aisk aisk added the enhancement New feature or request label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants