URI.decode
You're seeing just the function
decode
, go back to URI module for more information.
Specs
Percent-unescapes a URI.
Examples
iex> URI.decode("https%3A%2F%2Felixir-lang.org")
"https://elixir-lang.org"