falconry/falcon

Revamp things-advanced (WSGI/ASGI) examples

Open

#2309 aperta il 28 ago 2024

Vedi su GitHub
 (11 commenti) (1 reazione) (0 assegnatari)Python (925 fork)batch import
documentationgood first issuemaintenanceneeds contributor

Metriche repository

Star
 (9293 star)
Metriche merge PR
 (Merge medio 2g 7h) (9 PR mergiate in 30 g)

Descrizione

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; :arrow_right: 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.

Guida contributor