Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/truqu/euri

An Erlang library for constructing URIs
https://github.com/truqu/euri

erlang erlang-libraries erlang-library erlang-otp

Last synced: about 9 hours ago
JSON representation

An Erlang library for constructing URIs

Awesome Lists containing this project

README

        

# euri

An Erlang library for constructing URIs

## URIs

A generic URI is of the form:

scheme:[//[user[:password]@]host[:port]][/path][?query][#fragment]

Currently, this library does not support specifying `user`, `password` or
`fragment`. However, we're open to PR's!

## Build

$ rebar3 compile

## Testing

$ rebar3 do eunit, dialyzer