Versions in this module Expand all Collapse all v0 v0.0.2 Nov 12, 2015 Changes in this version + func NewIdleConnListener(l net.Listener, timeout time.Duration) net.Listener + func NewLimitedListener(l net.Listener, maxConns uint64) net.Listener + func NewMeasuredListener(l net.Listener, reportInterval time.Duration) net.Listener + type StateAwareConn interface + OnState func(s http.ConnState)