Skip to content

Instantly share code, notes, and snippets.

@PasiHeikkinen
Created September 7, 2011 16:59
Show Gist options
  • Select an option

  • Save PasiHeikkinen/1201107 to your computer and use it in GitHub Desktop.

Select an option

Save PasiHeikkinen/1201107 to your computer and use it in GitHub Desktop.
(defmacro my-GET
[path handler]
`(GET ~path {cookies# :cookies params# :params} (~handler cookies# params#)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment