DavidAlphaFox / quoted.erl

Library to handle urlencoded strings in Erlang

Home Page:http://github.com/klaar/quoted.erl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API

Decoding

quoted:from_url(binary()) -> binary().
quoted:from_url([byte()]) -> [byte()].

Encoding

quoted:to_url(binary()) -> binary().
quoted:to_url([byte()]) -> [byte()].

About

Library to handle urlencoded strings in Erlang

http://github.com/klaar/quoted.erl


Languages

Language:Erlang 100.0%