mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-24 08:43:00 +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.