RFC3986
A RFC3986 compatible URI parser. Find the grammar in priv/RFC3986.txt.
Summary↑
init() |
parse(text) |
Functions
Specs:
- init :: :ok
Specs:
- parse([byte]) :: nil | {[byte], [byte], Map}
A RFC3986 compatible URI parser. Find the grammar in priv/RFC3986.txt.
init() |
parse(text) |
Specs:
Specs: