Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 611 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 611 Bytes

UrlTincture Build Status

Sanity checks and canonicalization for HTTP(S) URLs.

Installation

If available in Hex, the package can be installed as:

  1. Add url_tincture to your list of dependencies in mix.exs:

    def deps do [{:url_tincture, "~> 1.0"}] end

  2. Ensure url_tincture is started before your application (Elixir < 1.4):

    def application do [applications: [:url_tincture]] end