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.
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 |
Error |
Represents the Encoding module error. |
DecodingError |
Represents the Decoding error. |
EncodingError |
Represents the Encoding error. |