Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/webpy/webpy
/ GET
Method
GET
tests/test_browser.py:35–39 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
33
34
class
setcookie:
35
def
GET(self):
36
i = web.input()
37
for
k, v in i.items():
38
web.setcookie(k, v)
39
return
"done"
40
41
42
class
redirect:
Callers
nothing calls this directly
Calls
1
items
Method · 0.80
Tested by
no test coverage detected