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

Support AioHTTP in CLI #329

Closed
Stranger6667 opened this issue Dec 13, 2019 · 1 comment · Fixed by #339
Closed

Support AioHTTP in CLI #329

Stranger6667 opened this issue Dec 13, 2019 · 1 comment · Fixed by #339
Labels
Priority: High Important but not urgent Type: Feature New functionalities or enhancements

Comments

@Stranger6667
Copy link
Member

Currently, only WSGI apps are supported, but we can also support aiohttp apps in CLI / in-code

@Stranger6667 Stranger6667 added Priority: High Important but not urgent Type: Feature New functionalities or enhancements labels Dec 13, 2019
@Stranger6667
Copy link
Member Author

This one turned out as a pretty easy task - run aiohttp server in a separate thread and use from_uri

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High Important but not urgent Type: Feature New functionalities or enhancements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant