Have the http handler check for a rate limit metadata key #16
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Rate-Limit metadata would specify how many requests can be made per minute by a given IP address before the client is rate limited. A ceiling for the entire site should also be specifiable in step.meta. Probably specify GET separately from any of the other methods.