Versions in this module Expand all Collapse all v0 v0.21.1 Dec 29, 2022 v0.21.0 Dec 29, 2022 Changes in this version + func ConnContext(ctx context.Context, c net.Conn) context.Context + func DirectClientIP(r *http.Request) (ip net.IP) + func DirectClientTLS(r *http.Request) bool + func ForwardedClientTLS(r *http.Request) bool + func ForwardedRealIP(r *http.Request) net.IP + func GetConn(ctx context.Context) (net.Conn, bool) + type ClientIP func(r *http.Request) net.IP + type ClientTLS func(r *http.Request) bool