| urldecode/1 | Decode a percent encoded string. |
| urlencode/1 | Percent encode a string. |
urldecode(B) -> B
B = binary()
Decode a percent encoded string. (RFC3986 2.1)
urlencode(B) -> B
B = binary()
Percent encode a string. (RFC3986 2.1)
This function is meant to be used for path components.Generated by EDoc