package
0.0.698
Repository: https://github.com/ory/x.git
Documentation: pkg.go.dev

# Functions

AppendPaths appends the provided paths to the url.
Copy returns a copy of the input url.
CopyWithQuery returns a copy of the input url with the given query parameters.
GetURLFilePath returns the path of a URL that is compatible with the runtime os filesystem.
MustJoin joins the paths of two URLs.
Parse parses rawURL into a URL structure with special handling for file:// URLs File URLs with relative paths (file://../file, ../file) will be returned as a url.URL object without the Scheme set to "file".
ParseOrFatal parses a url or fatals.
ParseOrPanic parses a url or panics.
ParseRequestURIOrFatal parses a request uri or fatals.
ParseRequestURIOrPanic parses a request uri or panics.
SetQuery appends the provided url values to the DSN's query string.