https://github.com/fukamachi/cl-cookie.git
git clone 'https://github.com/fukamachi/cl-cookie.git'
(ql:quickload :cl-cookie)
HTTP cookie manager for Common Lisp.
(let ((cookie-jar (make-cookie-jar)))
(merge-cookies cookie-jar
(list (parse-set-cookie-string "SID=31d4d96e407aad42; Path=/; Domain=example.com")))
(cookie-jar-host-cookies cookie-jar "example.com"))
Copyright (c) 2015 Eitaro Fukamachi (e.arrows@gmail.com)
Licensed under the BSD 2-Clause License.