Versions in this module Expand all Collapse all v0 v0.2.0 Mar 7, 2019 Changes in this version + type Gate struct + func New(limit, waitLimit int) *Gate + func (g *Gate) Handler(h http.Handler) http.Handler + func (g *Gate) Waiting() int v0.1.0 May 29, 2017 Changes in this version + var BlockedHandler = http.NotFoundHandler() + func Handler(h http.Handler, n int) http.Handler + func HandlerFunc(h http.HandlerFunc, n int) http.Handler