-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add ASGI handler #86
Add ASGI handler #86
Conversation
@Hazhzeng this is ready for review now, �I've added some tests, mostly against the specification to validate types (byte strings vs unicode strings) The CI is failing, but it doesn't look to have anything todo with this change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing on azure.functions. I checked the code against the https://asgi.readthedocs.io, left a few comments. Please update the code. Overall, it looks perfect.
@Hazhzeng amendments made as per feedback. |
CI error is not a code issue, this is the related issue that our github has: actions/first-interaction#10. |
Implements an ASGI middleware wrapper compatible with ASGI 2.1
Closes #75