Plug 中间件:基于 conn.assigns.api_key 执行令牌桶限流。
需在 CMDCGateway.Auth 之后使用(依赖 conn.assigns.api_key)。
超限返回 429 Too Many Requests + Retry-After 头 + JSON 错误体。
Plug 中间件:基于 conn.assigns.api_key 执行令牌桶限流。
需在 CMDCGateway.Auth 之后使用(依赖 conn.assigns.api_key)。
超限返回 429 Too Many Requests + Retry-After 头 + JSON 错误体。