jbe@91: --[[-- jbe@91: params = jbe@91: param.get_param_strings() jbe@91: jbe@91: This function returns a table with all raw GET/POST parameters as strings or list of strings (except internal parameters like "_webmcp_path" or "_webmcp_id"). The returned table must not be modified. jbe@91: jbe@91: --]]-- jbe@91: jbe@91: function param.get_param_strings() jbe@91: return request._params jbe@91: end