Skip to content

Instantly share code, notes, and snippets.

@qleguennec
Created September 7, 2017 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save qleguennec/06cbf8e38012a152f80caf12614b6370 to your computer and use it in GitHub Desktop.
Save qleguennec/06cbf8e38012a152f80caf12614b6370 to your computer and use it in GitHub Desktop.
(rf/reg-fx
:POST
(fn [{:keys [url params on-success on-fail]}]
(take! (http/post url {:form-params params})
on-success)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment