コード例 #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)