Revamp things-advanced (WSGI/ASGI) examples #2309
Labels
documentation
good first issue
Comment on this issue if you'd like to volunteer to work on this. Thanks!
maintenance
needs contributor
Comment on this issue if you'd like to volunteer to work on this. Thanks!
Milestone
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: