I am happy to announce the release of peridot 0.2.1. peridot is a library for interacting with ring apps while maintaining state between requests, such as a cookie jar. An example:
``` (-> (session ring-app) ;Use your ring app (request "/login" :request-method :post :params {:username "someone" :password "password"}) (follow-redirect) (request "/tasks") (request "/tasks/create" :request-method :post :params {:name "Groceries"}) (request "/tasks/1")) ``` Recent changes include: 0.2.1 / 2013-5-29 Support lists in param maps (Glen Mailer, through work done in ring-mock) 0.2.0 / 2013-4-4 Use RFC822 or RFC850 for cookie expiration parsing (Glen Mailer) Don't remove http-only cookines on https (Glen Mailer) -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.