slowapi icon indicating copy to clipboard operation
slowapi copied to clipboard

fix: resolve issue #188 by handling rate limit exceptions correctly

Open muhannad-hash opened this issue 1 year ago • 0 comments

  1. Add new rate_limit_exceeded_handler that handle all the exception to fix the typing error
  2. use the _rate_limit_exceeded_handler for the backward compitability.
  3. adjust the document to reflect the changes and use the new handler.

muhannad-hash avatar Oct 13 '24 14:10 muhannad-hash