httpd_util
httpd_util
Module
httpd_util
Module summary
Miscellaneous utility functions to be used when implementing Erlang web server API modules.
Description
This module provides the Erlang web server API module programmer with miscellaneous utility functions.
Exports
convert_request_date(DateString) -> ErlDate|bad_date
Types:
DateString = string() ErlDate = {{Year,Month,Date},{Hour,Min,Sec}} Year = Month = Date = Hour = Min = Sec = integer()
convert_request_date/1
converts DateString
to the Erlang date format. DateString
must be in one of the three date formats defined in 登录查看完整内容