[Erlang Systems]

httpd_util

MODULE

MODULE SUMMARY

DESCRIPTION

EXPORTS

decode_base64(Base64String) -> ASCIIString

decode_hex(HexValue) -> DecValue

day(NthDayOfWeek) -> DayOfWeek

encode_base64(ASCIIString) -> Base64String

header(StatusCode,Date)
header(StatusCode,MimeType,Date) -> HTTPHeader

flatlength(NestedList) -> Size

key1search(TupleList,Key)
key1search(TupleList,Key,Undefined) -> Result

lookup(ETSTable,Key) -> Result
lookup(ETSTable,Key,Undefined) -> Result

lookup_mime(ConfigDB,Suffix)
lookup_mime(ConfigDB,Suffix,Undefined) -> MimeType

lookup_mime_default(ConfigDB,Suffix)
lookup_mime_default(ConfigDB,Suffix,Undefined) -> MimeType

message(StatusCode,PhraseArgs,ConfigDB) -> Message

month(NthMonth) -> Month

multi_lookup(ETSTable,Key) -> Result

reason_phrase(StatusCode) -> Description

rfc1123_date() -> RFC1123Date

split(String,RegExp,N) -> SplitRes

split_script_path(RequestLine) -> Splitted

split_path(RequestLine) -> {Path,QueryStringOrPathInfo}

suffix(FileName) -> Suffix

to_lower(String) -> ConvertedString

to_upper(String) -> ConvertedString

SEE ALSO

AUTHORS


inets 2.5.1
Copyright © 1991-1999 Ericsson Utvecklings AB