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 string into a byte array.
|
decodeUriComponent |
Decodes the given URI component into a string using the provided charset.
|
encodeBase64Url |
Returns the Base64 URL encoded string value of the given byte array.
|
encodeUriComponent |
Encodes the given URI component into a string using the provided charset.
|
ENCODING_ERROR | Represents the Encoding error code. |
Error | Represents the Encoding error type with details. |