-
-
Notifications
You must be signed in to change notification settings - Fork 951
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
Revamp things-advanced (WSGI/ASGI) examples #2309
Comments
can you assign me for this issue and tell me what is the related part of the repo can i change in @vytas7 |
Hi @abdalahsalah! You need to change |
Hi @vytas7 , Thank you for clarifying how assignments work here. I’ll go ahead and start working on this new issue. Regarding the two files you mentioned (README.rst and examples/things_advanced(_asgi)?.py), could you please provide more details on the changes expected? Specifically. |
@vytas7 ? |
Hi again, it is not two files, but three files: I believe the issue's description explains what to do, I'm not sure if I can be more specific without actually making the changes. Maybe you could start running these files yourself to get familiar with what they do as a starting point? |
We ought to showcase media handling in these instead of manually wrangling (de-)serialization. It is fine to show what is possible, but the emphasis should still be on media.
Revise App vs API usage:
Useful for debugging problems in your API;
➡️Useful for debugging problems in your App;
.Also check what's going on with the missing
Content-Length
in the ASGI variant, it looks like the proposed middleware doesn't handle it particularly well.The text was updated successfully, but these errors were encountered: