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