Fuzzyurl.Strings
Summary
Functions
Attempts to parse the given string as a URL, and returns either {:ok, fuzzy_url} or {:error, message}
Returns a string representation of the given Fuzzyurl
Functions
Specs
Attempts to parse the given string as a URL, and returns either {:ok, fuzzy_url} or {:error, message}.
Specs
to_string(%Fuzzyurl{fragment: term, hostname: term, password: term, path: term, port: term, protocol: term, query: term, username: term}) :: String.t
Returns a string representation of the given Fuzzyurl.