mod_esi
mod_esi
Module
mod_esi
Module summary
Erlang Server Interface
Description
This module defines the Erlang Server Interface (ESI) API. It is a more efficient way of writing Erlang scripts for your Inets
web server than writing them as common CGI scripts.
Data types
The following data types are used in the functions for mod_esi:
env() =
-
{EnvKey()::atom(), Value::term()}
Currently supported key value pairs
{server_software, string()}
Indicates the inets version.
{server_name, string()}
The local hostname.
{gateway_interface, string()}