Skip to content
#

request-throttling

Here are 4 public repositories matching this topic...

Language: All
Filter by language

🕒 A Django middleware for graceful request throttling with configurable delay strategies (linear, exponential, or custom). Unlike traditional rate limiting that blocks excessive traffic, this package introduces progressive delays to throttle requests smartly and smoothly.

  • Updated Jul 6, 2025
  • Python

A library for rate-limiting (throttling) HTTP requests in Spring applications. It provides annotations to be used on controller methods or classes to enforce rate-limiting and uses a token bucket algorithm to limit the number of requests that can be made in a certain period of time.

  • Updated Feb 2, 2025
  • Java

Improve this page

Add a description, image, and links to the request-throttling topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the request-throttling topic, visit your repo's landing page and select "manage topics."

Learn more