blob: 7d92794e31b6b1270db26779f63644ac42a3d3d6 [file] [log] [blame]
def main(req, res):
return ([
('Cache-Control', 'no-cache, must-revalidate'),
('Pragma', 'no-cache'),
('Content-Type', 'application/javascript')],
'echo_output = "%s";\n' % req.GET['msg'])