package
1.5.6
Repository: https://github.com/go-zoox/proxy.git
Documentation: pkg.go.dev

# Functions

EqualFold is strings.EqualFold, ASCII only.
Is returns whether s is ASCII.
IsPrint returns whether s is ASCII and printable according to https://tools.ietf.org/html/rfc20#section-4.2.
ToLower returns the lowercase version of s if s is ASCII and printable.