httpd
httpd
Module
httpd
Module summary
HTTP server API
Description
An implementation of an HTTP 1.1 compliant web server, as defined in RFC 2616
. Provides web server start options, administrative functions, and an Erlang callback API.
Data types
Type definitions that are used more than once in this module:
boolean() = true | false
string()
= list of ASCII characters
path() = string()
representing a file or a directory path
ip_address