Categorygithub.com/2manymws/rlutils
modulepackage
0.0.9
Repository: https://github.com/2manymws/rlutils.git
Documentation: pkg.go.dev

# README

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)

# 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