MCPcopy 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
34class 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
42class redirect:

Callers

nothing calls this directly

Calls 1

itemsMethod · 0.80

Tested by

no test coverage detected