falconry/falcon

Revamp things-advanced (WSGI/ASGI) examples

Open

#2,309 创建于 2024年8月28日

在 GitHub 查看
 (11 评论) (1 反应) (0 负责人)Python (925 fork)batch import
documentationgood first issuemaintenanceneeds contributor

仓库指标

Star
 (9,293 star)
PR 合并指标
 (平均合并 2天 7小时) (30 天内合并 9 个 PR)

描述

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.

贡献者指南