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