liburi

Build StatusGitHubHex.pm

A module for generating, parsing, encoding, and decoding uris.

Quick Start

Compile:

rebar3 compile

Simple usage:

Uri = liburi:from_string(<<"https://example.mockable.io">>),
liburi:host(Uri).
<<"demo6905838.mockable.io">>

TODO

Tests

In order to run the integrity tests run rebar3 eunit from project root.