package ascii

Import Path
	net/http/internal/ascii (on go.dev)

Dependency Relation
	imports 2 packages, and imported by 3 packages

Involved Source Files print.go
Package-Level Functions (total 4)
EqualFold is [strings.EqualFold], ASCII only. It reports whether s and t are equal, ASCII-case-insensitively.
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.