cl-cookie

https://github.com/fukamachi/cl-cookie.git

git clone 'https://github.com/fukamachi/cl-cookie.git'

(ql:quickload :cl-cookie)
6

CL-Cookie

Build Status

HTTP cookie manager for Common Lisp.

Usage

(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"))

See also

Author

Copyright

Copyright (c) 2015 Eitaro Fukamachi (e.arrows@gmail.com)

License

Licensed under the BSD 2-Clause License.