예제 #1
0
파일: server.py 프로젝트: fidlej/jakybyt
 def GET(self):
     input = web.input()
     handler.setFilterCookie(web, input)
     dumpJson("OK")
예제 #2
0
파일: server.py 프로젝트: fidlej/jakybyt
 def POST(self):
     input = web.input("path", loc=[])
     path = input.path
     handler.setFilterCookie(web, input)
     web.seeother(path)