webmcp

view framework/env/request/get_path.lua @ 497:d89813dd4d92

New function request.add_error_handler(...); Allow layout_ident to be passed directly to slot.render_layout(...)
author jbe
date Sun Jul 23 02:51:13 2017 +0200 (2017-07-23)
parents 32b79658e5ae
children
line source
1 --[[--
2 path =
3 request.get_path()
5 Returns the path in the URL of the request without the leading slash and without the query part.
6 May return nil for a HTTP OPTIONS request with "*" target.
8 --]]--
10 function request.get_path()
11 return request._http_request.path
12 end

Impressum / About Us