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

Library should make asynchronous HTTP requests #2

Open
emmettbutler opened this issue Jul 2, 2013 · 2 comments
Open

Library should make asynchronous HTTP requests #2

emmettbutler opened this issue Jul 2, 2013 · 2 comments
Assignees

Comments

@emmettbutler
Copy link
Contributor

Use tornado.AsyncHTTPClient instead of requests to make everything faster

@ghost ghost assigned emmettbutler Jul 2, 2013
@emmettbutler emmettbutler reopened this Jul 2, 2013
@emmettbutler
Copy link
Contributor Author

Implemented callback support in the core, still need to add it to all of the endpoint functions.
Also planning on supporting running as a coroutine from inside a tornado server.
Progress can be found in the async branch

@emmettbutler
Copy link
Contributor Author

Callback support added to all public library methods emmettbutler@e760184

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant