Skip to content

Rate Limiting Filter #30

Description

@kappsegla

Add a filter that limits how many requests a client can make within a given time window or how many downloads a route can get.
If the limit is exceeded, return 429 Too Many Requests.

Requirements:

  • Token bucket or sliding window algorithm
  • Per‑IP tracking
  • Configurable limits
  • Logging when limits are exceeded

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions