package
0.64.11
Repository: https://github.com/grokify/mogo.git
Documentation: pkg.go.dev

# Functions

AppendValues appends one `url.Values` to another `url.Values`.
CondenseURI trims spaces and condenses slashes.
No description provided by the author
No description provided by the author
GetURLBody returns an HTTP response byte array body from a URL.
GetURLPostBody returns a HTTP post body as a byte array from a URL, body type and an io.Reader.
No description provided by the author
Join returns joining URL paths parts.
JoinAbsolute performs a path.Join() while preserving two slashes after the scheme.
No description provided by the author
No description provided by the author
No description provided by the author
ParseURLTemplate exists to parse templates with variables that do not meet RFC specifications.
No description provided by the author
No description provided by the author
SplitPath splits a URL path string with optional removal of leading and trailing slashes.
ToSlug creates a slug byte array from an input byte array.
ToSlugLowerString creates a lower-cased slug string.
URIHasScheme returns a boolean true or false if the string has a URI scheme.
URIScheme extracts the URI scheme from a string.
No description provided by the author
No description provided by the author
URLToAddress converts a string like `https://localhost` to `localhost:https`.
URLValuesEncodeSorted returns and encoded string with sorting.
No description provided by the author

# Structs

UrlMore provides additional URL parsing and reconstruction capabilties above and beyond URL.
No description provided by the author