mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
StartResponse callbacks are required to accept and optional third argument. Currently, there is no good way to describe this using type hints. Previously, a Union was used, but that causes mypy to complain about any call of start_response().