Sanity checks and canonicalization for HTTP(S) URLs.
If available in Hex, the package can be installed as:
-
Add url_tincture to your list of dependencies in
mix.exs
:def deps do [{:url_tincture, "~> 0.0.1"}] end
-
Ensure url_tincture is started before your application:
def application do [applications: [:url_tincture]] end