slowapi
slowapi copied to clipboard
fix: resolve issue #188 by handling rate limit exceptions correctly
- Add new
rate_limit_exceeded_handlerthat handle all the exception to fix the typing error - use the
_rate_limit_exceeded_handlerfor the backward compitability. - adjust the document to reflect the changes and use the new handler.