man http_base_64 () - Implements base 64 encode and decode, see RFC2045.

NAME

http_base_64 - Implements base 64 encode and decode, see RFC2045.

DESCRIPTION

Implements base 64 encode and decode, see RFC2045.

COMMON DATA TYPES

Here follows type definitions that are used by more than once this module.

 string() = list of ASCII characters

EXPORTS

encode(PlainASCII) -> Base64

Types
PlainASCII = string()

Base64 = string()

Encodes a plain ASCII string into base64.

decode(Base64) -> PlainASCII

Types
PlainASCII = string()

Base64 = string()

Decodes an base64 encoded string to plain ASCII.

AUTHOR

Ingela Anderton Andin - support@erlang.ericsson.se