mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Added in werkzeug 1.0.0 While the implementation accepts any value for retry_after, the docstring allows only datetime and int. Using any other value could lead to an invalid HTTP response.