# README
rl

This is a repository for collecting rate limiters in rl.
Usage
h := rlutils.NewHostLimiter(
reqLimit,
windowLen,
targetExtensions,
onRequestLimit,
)
handler := rl.New(h)
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
国別のリクエスト数を制限する 制限単位はIPアドレス.
Getパラメーターごとにリクエスト数を制限する 制限単位はホスト名とGetパラメーター.
ホストごとにリクエスト数を制限する 制限単位はホスト名.
ホストごとにリクエスト数を制限する 制限単位はIP.
リクエストパスごとにリクエスト数を制限する 制限単位はホスト名 + リクエストパス.
ユーザーエージェントごとにリクエスト数を制限する 制限単位はユーザーエージェント.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author