lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


	Hi Javier,

On Wed, 15 Dec 2004, Javier Guerra wrote:
> and i've just noticed that cgilua.addscripthandler() could do what i asked
> about 'url functions'.  i'll just add a new extension type
> (.rpc, .lpc, .lf ?) to call a function from a table instead of loading a
> script from disk.
	This function only associates an extension with a Lua
function (this Lua function will be called by CGILua's main function
with the filename translated from the URL by the http server).  This
is different from URL functions: association between an URL and a function.

	Tomas