Skip to content
#

throttle-requests

Here are 19 public repositories matching this topic...

Open source headless CMS API written using NestJS, that has pre built modules like User Management, Role Management, Permission Management, Email Module, Account Settings, OTP, Throttling, RBAC support, Localization, and many more.

  • Updated Nov 26, 2023
  • TypeScript

A Guzzle middleware that can throttle requests according to (multiple) defined rules. It is also possible to define a caching strategy, e.g. get the response from cache when the rate limit is exceeded or always get a cached value to spare your rate limits. Using wildcards in host names is also supported.

  • Updated Sep 21, 2021
  • PHP

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 May 12, 2023
  • Java

Improve this page

Add a description, image, and links to the throttle-requests 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 throttle-requests topic, visit your repo's landing page and select "manage topics."

Learn more