# req_throttle v0.2.0 - Table of Contents

> A Req plugin for rate limiting and throttling HTTP requests to external services. Provides a flexible, pluggable rate limiting solution with support for blocking and error modes.

## Pages

- [ReqThrottle](readme.md)

## Modules

- [ReqThrottle](ReqThrottle.md): A Req plugin for rate limiting and throttling HTTP requests.
- [ReqThrottle.KeyGenerators](ReqThrottle.KeyGenerators.md): Pre-configured key generator functions for rate limiting.

- Exceptions
  - [ReqThrottle.RateLimitError](ReqThrottle.RateLimitError.md): Error struct returned when rate limit is exceeded.

