RFC3986

A RFC3986 compatible URI parser. Find the grammar in priv/RFC3986.txt.

Source

Summary

init()
parse(text)

Functions

init()

Specs:

  • init :: :ok
Source
parse(text)

Specs:

  • parse([byte]) :: nil | {[byte], [byte], Map}
Source