[Ericsson AB]

http_base_64

MODULE

http_base_64

MODULE SUMMARY

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

decode_base64(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.

AUTHORS

Ingela Anderton Andin - support@erlang.ericsson.se

inets 4.0
Copyright © 1991-2004 Ericsson AB