Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 803 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 803 Bytes

rl Go Reference build Coverage Code to Test Ratio Test Execution Time

This is a repository for collecting rate limiters in rl.

Usage

h := rlutils.NewHostLimiter(
    reqLimit,
    windowLen,
    targetExtensions,
    onRequestLimit,
)

handler := rl.New(h)