package
1.9.0
Repository: https://github.com/ibrt/golang-bites.git
Documentation: pkg.go.dev

# Functions

MustParse is like url.Parse but panics on error.
MustUpdate parses the given URL, calls f to allow mutations, and then converts the URL back to string.