mirror of
https://github.com/kennethreitz/responder.git
synced 2026-07-22 10:39:30 +00:00
588919b64c
The tour and RateLimiter docstring now lead with install()/limit and explain that a hand-rolled check() call enforces identically but is invisible to the OpenAPI generator, so 429/503 won't appear in the schema. The v9 migration guide gains a section on rate-limit errors switching to RFC 9457 problem+json under the default problem_details=True, with the problem_details=False escape hatch. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>