Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/truqu/euri
- Owner: truqu
- License: bsd-3-clause
- Created: 2017-08-03T07:51:09.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2021-05-17T08:55:55.000Z (over 3 years ago)
- Last Synced: 2024-10-14T04:36:07.240Z (about 1 month ago)
- Topics: erlang, erlang-libraries, erlang-library, erlang-otp
- Language: Erlang
- Homepage: https://hex.pm/packages/euri
- Size: 47.9 KB
- Stars: 6
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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