falconry/falcon

Revamp things-advanced (WSGI/ASGI) examples

Open

#2.309 aberto em 28 de ago. de 2024

Ver no GitHub
 (11 comments) (1 reaction) (0 assignees)Python (925 forks)batch import
documentationgood first issuemaintenanceneeds contributor

Métricas do repositório

Stars
 (9.293 stars)
Métricas de merge de PR
 (Mesclagem média 2d 7h) (9 fundiu PRs em 30d)

Description

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.

Guia do colaborador