limiter-examples
limiter-examples copied to clipboard
Examples to use limiter
sredis now requires go-redis v9 old v8import `"github.com/go-redis/redis/v8" ` new, v9import `"github.com/redis/go-redis/v9"`
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.8.2 to 1.9.0. Release notes Sourced from github.com/gin-gonic/gin's releases. v1.9.0 Changelog BREAK CHANGES Stop useless panicking in context and render #2150 BUG FIXES fix(router): tree bug where...
Bumps [github.com/astaxie/beego](https://github.com/astaxie/beego) from 1.12.1 to 1.12.2. Commits 8ef8fd2 Merge pull request #4036 from astaxie/develop d6ef33f Merge pull request #4045 from flycash/preprare-1.12.2 2f5ed5b Remove tidb dependency 9c18dbe Merge pull request #4044...
Operating a website hosting service and would like to rate limit by domain name for bandwidth. e.g. 200kbps per domain name. possible to do this using limiter? i'm using fasthttp