A module for generating, parsing, encoding, and decoding uris.
Compile:
rebar3 compileSimple usage:
Uri = liburi:from_string(<<"https://example.mockable.io">>), liburi:host(Uri). <<"demo6905838.mockable.io">>- support uri creation
- support ipv6 addresses in names
In order to run the integrity tests run rebar3 eunit from project root.