go-chi / httprate

net/http rate limiter middleware
MIT License
270 stars 18 forks source link

Use `WithRequestLimit` with `0` to skip rate limit #46

Open klaidliadon opened 1 month ago

klaidliadon commented 1 month ago

This PR adds the capability of skipping rate limit by specifying 0

pkieltyka commented 1 month ago

nice one