Module cow_uri

Function Index

urldecode/1Decode a percent encoded string.
urlencode/1Percent encode a string.

Function Details

urldecode/1

urldecode(B) -> B

Decode a percent encoded string. (RFC3986 2.1)

urlencode/1

urlencode(B) -> B

Percent encode a string. (RFC3986 2.1)

This function is meant to be used for path components.


Generated by EDoc