Beispiel #1
0
 def GET(self):
     input = web.input()
     handler.setFilterCookie(web, input)
     dumpJson("OK")
Beispiel #2
0
 def POST(self):
     input = web.input("path", loc=[])
     path = input.path
     handler.setFilterCookie(web, input)
     web.seeother(path)