jbe@227: --[[-- jbe@227: path = jbe@227: request.get_path() jbe@227: jbe@451: Returns the path in the URL of the request without the leading slash and without the query part. jbe@451: May return nil for a HTTP OPTIONS request with "*" target. jbe@227: jbe@227: --]]-- jbe@227: jbe@227: function request.get_path() jbe@241: return request._http_request.path jbe@227: end