Skip to content

This project aims to provide developers a library using which he/she can rate limit the number of API calls made by the application. He/She can control the rate at which the requests are processed.

Notifications You must be signed in to change notification settings

gehnaanand/Http-Request-Throttle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

HTTP Request Throttle (Client-side)

Created a library for developers that enables client-side rate limiting of HTTP requests, optimizing CPU usage, and preventing system/application crashes.

Designed with the following features:

  1. Customizable thresholds
  2. Automatic retries for failed requests
  3. Detailed logging of request metrics (arrival time, waiting time, processing time)
  4. Ability to set timeout limits for requests

About

This project aims to provide developers a library using which he/she can rate limit the number of API calls made by the application. He/She can control the rate at which the requests are processed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages