This module defines the Erlang Server Interface (ESI) API.
It is a more efficient way of writing Erlang scripts
for your
This function is only intended to be used from functions called by the Erl Scheme interface to deliver parts of the content to the user.
Sends data from an Erl Scheme script back to the client.
If any HTTP header fields are added by the
script, they must be in the first call to
If the HTTP request is a 'post' request and a body is sent,
Use this callback function to generate dynamic web
content dynamically. When a part of the page is generated, send the
data back to the client through
This callback format consumes much memory, as the
whole response must be generated before it is sent to the
user. This function is deprecated and is only kept for backwards
compatibility.
For new development, use