mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-27 06:11:24 +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.