webmcp

log framework/env/request/__init.lua

age author description
2015-03-26 jbe Bugfix regarding MIME types for static file delivery
2015-03-23 jbe Invoke Moonbridge's listen function without delay (requires passing http_options as argument); Code cleanup
2015-03-22 jbe Cache control; Added documentation for request.add_header(...)
2015-03-21 jbe Use "./" instead of "" as relative baseurl
2015-03-20 jbe Proper handling of 404's and mime types for static file delivery
2015-03-17 jbe Replaced request.add_initializer(...) and request.add_variable(...) with request.for_each(...) and request.configure(...) which both execute the passed function once in any case when being called
2015-03-14 jbe New functions request.add_initializer(...) and request.add_variable(...) to allow per-request initialization; Merged request.process() with request.handler(...)

Impressum / About Us