Last active
December 18, 2015 17:53
-
-
Save dcguim/947e6213b7f555147e32 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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