erlware / uri

uri parsing module for Erlang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URI

Build Status

A module for generating, parsing, encoding, and decoding uris. At the moment this module isn't very sympathetic to non-http uri's, but that could/should change in the future.

uri is a record that represents the different parts of a uri, as defined by rfc-2396. It has the following fields:

About

uri parsing module for Erlang

License:Apache License 2.0


Languages

Language:Erlang 93.7%Language:Makefile 6.3%