Skip to content

Instantly share code, notes, and snippets.

@BitPuffin
Created November 30, 2013 15:14
Show Gist options
  • Save BitPuffin/d8bd4a4678ce355275b1 to your computer and use it in GitHub Desktop.
Save BitPuffin/d8bd4a4678ce355275b1 to your computer and use it in GitHub Desktop.
import jester, strtabs
get "/":
resp($request.cookies)
post "/test":
setCookie("useremail", "dominikIsANicePerson", daysForward(7))
redirect("/")
run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment