CMDCGateway.Plugs.RateLimitPlug (cmdc_gateway v0.4.2)

Copy Markdown View Source

Plug 中间件:基于 conn.assigns.api_key 执行令牌桶限流。

需在 CMDCGateway.Auth 之后使用(依赖 conn.assigns.api_key)。 超限返回 429 Too Many Requests + Retry-After 头 + JSON 错误体。