haskell-servant/servant

Support rate limiting

Open

#266 建立於 2015年11月19日

在 GitHub 查看
 (16 留言) (0 反應) (0 負責人)Haskell (422 fork)batch import
enhancementhelp wantedservant-server

倉庫指標

Star
 (1,953 star)
PR 合併指標
 (平均合併 23小時 44分鐘) (30 天內合併 4 個 PR)

描述

Most APIs have some sort of rate-limit.

This rate-limit can be per API call (for example AWS does this), or for the whole API.

It might not be reasonable to encode this in the types directly, but some way of configuring this would make sense, at least as a global rate-limit as wrapping every function is tedious boiler-plate.

貢獻者指南