webmcp

view framework/env/request/get_redirect_data.lua @ 200:035b58aa430a

Improve performance of pairs and ipairs in JSON library
author jbe
date Thu Aug 14 01:11:24 2014 +0200 (2014-08-14)
parents 9fdfb27f8e67
children
line source
1 --[[--
2 redirect_data =
3 request.get_redirect_data()
5 This function returns redirect information from a previous call of request.redirect{...}, or nil if no redirect was requested.
7 --]]--
9 function request.get_redirect_data()
10 return request._redirect
11 end

Impressum / About Us