package
1.20.4
Repository: https://github.com/aws/smithy-go.git
Documentation: pkg.go.dev

# Functions

IsValidHostLabel returns if the input is a single valid [RFC 1123] host label.
ParseURL returns a [URL] if the provided string could be parsed.
Substring returns the substring of the input provided.
URIEncode returns an percent-encoded [RFC3986 section 2.1] version of the input string.

# Structs

URL provides the structure describing the parts of a parsed URL returned by [ParseURL].