URI.decode

You're seeing just the function decode, go back to URI module for more information.

Specs

decode(binary()) :: binary()

Percent-unescapes a URI.

Examples

iex> URI.decode("https%3A%2F%2Felixir-lang.org")
"https://elixir-lang.org"