webmcp
log framework/env/request/__init.lua
age | author | description |
---|---|---|
2017-07-23 | jbe | New function request.add_error_handler(...); Allow layout_ident to be passed directly to slot.render_layout(...) |
2016-07-26 | jbe | Support of HTTP OPTIONS requests; Error handling in router |
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 |