Please add support to throttle incoming requests. For example, to limit the number of times an API endpoint can be executed by the same client within a given time period.
- Per route
- Per client key
Please add support to throttle incoming requests. For example, to limit the number of times an API endpoint can be executed by the same client within a given time period.