jbe@227: --[[-- jbe@227: path = jbe@227: request.get_path() jbe@227: jbe@241: Returns the path in the URL of the request. 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