-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Mockify does not provide a mechanism to limit the response rate of the APIs, which could be useful for performance testing or simulating high-latency API behavior.
Describe the solution you'd like
Implement rate limiting for API responses, allowing users to:
Set a maximum number of requests per second.
Simulate high latency in responses by introducing a delay.
Describe alternatives you've considered
No alternative solution has been considered, as rate limiting is necessary for simulating real-world API load scenarios.
Additional context
This feature will help users simulate real-world performance issues and rate-limited API responses.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request