Skip to content

Instantly share code, notes, and snippets.

@dcguim
Last active December 18, 2015 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcguim/947e6213b7f555147e32 to your computer and use it in GitHub Desktop.
Save dcguim/947e6213b7f555147e32 to your computer and use it in GitHub Desktop.
(let ((continuation (drakma:http-request "http://localhost:8983/solr/gettingstarted/update"
:method :post
:content :continuation)))
(funcall continuation "id" t)
(funcall continuation "0553573403" t)
(funcall continuation "author" t)
(funcall continuation "add" t)
(funcall continuation "Paulo Coelho" t))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment