mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-05 23:41:34 +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.