Module ibrowse_lib

Description

Module with a few useful functions

Function Index

Exported Functions
decode_rfc822_date/1
drv_ue/1
drv_ue/2
status_code/1Given a status code, returns an atom describing the status code.
url_encode/1URL-encodes a string based on RFC 1738.

Exported Functions

decode_rfc822_date/1

decode_rfc822_date(Arg1) -> term()

drv_ue/1

drv_ue(Arg1) -> term()

drv_ue/2

drv_ue(Arg1, Arg2) -> term()

status_code/1

status_code(StatusCode) -> StatusDescription

Given a status code, returns an atom describing the status code.

url_encode/1

url_encode(Str) -> UrlEncodedStr

URL-encodes a string based on RFC 1738. Returns a flat list.