Documentation ¶ Index ¶ func CORS(next http.Handler) http.Handler func IP(next http.Handler) http.Handler func RateLimit(next http.Handler, rps float64, burst int, ttl time.Duration) http.Handler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CORS ¶ func CORS(next http.Handler) http.Handler func IP ¶ func IP(next http.Handler) http.Handler func RateLimit ¶ func RateLimit(next http.Handler, rps float64, burst int, ttl time.Duration) http.Handler Types ¶ This section is empty. Source Files ¶ View all Source files cors.go ip.go ratelimit.go Click to show internal directories. Click to hide internal directories.