DataScript: avi.utils.base64_encode

DataScript

Function avi.utils.base64_encode( string )
Description DataScripts can encode and decode arbitrary data with base64. This can be used for modification of data sent over the wire, or for inspection and security use cases.
Events HTTP_REQ
HTTP_RESP
Parameter string is a string to encode.
Returns The encoded string
Related avi.utils.base64_decode()