pallets / werkzeug

The comprehensive WSGI web application library.
https://werkzeug.palletsprojects.com
BSD 3-Clause "New" or "Revised" License
6.66k stars 1.74k forks source link

more cache-control cleanup #2983

Closed davidism closed 3 weeks ago

davidism commented 3 weeks ago

A few additional cleanups based on #2982 reviewing #2981. Most significantly, use t.Literal[True] instead of str for properties that can be present with an optional value. This matches other boolean properties better, and makes type checkers happier.

fixes #2982