-module('httpd_inets'). -export([hello/3]). hello(SessionID, _Env, _Input) -> mod_esi:deliver(SessionID, [ "Content-Type: text/html\r\n\r\n", "hello, erlang world" ]).