blob: f745d7ae46fba7a5afcd08f46d3722c6e6d8dfb1 [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 (subdir/)";\n' % req.GET[b'msg'])