Skip to content

Instantly share code, notes, and snippets.

@dcmoore
Created January 13, 2012 05:57
Show Gist options
  • Save dcmoore/1604850 to your computer and use it in GitHub Desktop.
Save dcmoore/1604850 to your computer and use it in GitHub Desktop.
(def app-handler
(->
{:body "Hey Guys!", :headers {}, :status 200}
wrap-session
wrap-cookies
wrap-params))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment