From 510c6d763fba74f95ae8f894408c3658bcef4f83 Mon Sep 17 00:00:00 2001
From: Micah Anderson dec2hex(M::integer(), N::integer()) -> string() dec2hex taken from gtk.erl in std dist
+ M = integer() -- number of hex digits required
+ N = integer() -- the number to represent as hex decode_base64(List::In) -> Out | exit({error, invalid_input})
+Module ibrowse_lib
+Module with a few useful functions.
+
+
+Description
Module with a few useful functions
+Function Index
+
+
+
+dec2hex/2 dec2hex taken from gtk.erl in std dist
+ M = integer() -- number of hex digits required
+ N = integer() -- the number to represent as hex.
+decode_base64/1 Implements the base64 decoding algorithm.
+decode_rfc822_date/1
+drv_ue/1
+drv_ue/2
+encode_base64/1 Implements the base64 encoding algorithm.
+status_code/1 Given a status code, returns an atom describing the status code.
+url_encode/1 URL-encodes a string based on RFC 1738. Function Details
+
+dec2hex/2
+decode_base64/1
+
Implements the base64 decoding algorithm. The output data type matches in the input data type.
+ +encode_base64(List::In) -> Out +
Implements the base64 encoding algorithm. The output data type matches in the input data type.
+ +status_code(StatusCode::status_code()) -> StatusDescription +
Given a status code, returns an atom describing the status code.
+ +url_encode(Str) -> UrlEncodedStr +
URL-encodes a string based on RFC 1738. Returns a flat list.
+ + -- cgit v1.2.3