Module : encoding
Module Overview
This module provides the necessary utilities, which are required to encode and decode content using different URL encoding mechanisms and algorithms.
For information on the operations, which you can perform with this module, see the below Functions.
Detail |
Record type to hold the details of an error. |
decodeBase64Url |
Decodes the Base64 URL encoded |
decodeUriComponent |
Decodes the given URI component into a |
encodeBase64Url |
Returns the Base64 URL encoded |
encodeUriComponent |
Encodes the given URI component into a |
ENCODING_ERROR |
Represents the Encoding error code. |
Error |
Represents the Encoding error type with details. |