Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the cl-cookie Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Wed Jun 15 03:36:04 2022 GMT+0.
Next: Systems, Previous: The cl-cookie Reference Manual, Up: The cl-cookie Reference Manual [Contents][Index]
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.
Next: Files, Previous: Introduction, Up: The cl-cookie Reference Manual [Contents][Index]
The main system appears first, followed by any subsystem dependency.
HTTP cookie manager
Eitaro Fukamachi
BSD 2-Clause
# CL-Cookie
[](https://travis-ci.org/fukamachi/cl-cookie)
HTTP cookie manager for Common Lisp.
## Usage
“‘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"))
“‘
## See also
- [RFC 6265](http://tools.ietf.org/html/rfc6265)
## Author
* Eitaro Fukamachi (e.arrows@gmail.com)
## Copyright
Copyright (c) 2015 Eitaro Fukamachi (e.arrows@gmail.com)
## License
Licensed under the BSD 2-Clause License.
0.1
src/cl-cookie.lisp (file).
Next: Packages, Previous: Systems, Up: The cl-cookie Reference Manual [Contents][Index]
Files are sorted by type and then listed depth-first from the systems components trees.
Next: cl-cookie/src/cl-cookie.lisp, Previous: Lisp, Up: Lisp [Contents][Index]
cl-cookie (system).
Previous: cl-cookie/cl-cookie.asd, Up: Lisp [Contents][Index]
cl-cookie (system).
Next: Definitions, Previous: Files, Up: The cl-cookie Reference Manual [Contents][Index]
Packages are listed by definition order.
Previous: cl-cookie-asd, Up: Packages [Contents][Index]
cookie
Next: Indexes, Previous: Packages, Up: The cl-cookie Reference Manual [Contents][Index]
Definitions are sorted by export status, category, package, and then by lexicographic order.
Next: Internals, Previous: Definitions, Up: Definitions [Contents][Index]
Next: Structures, Previous: Public Interface, Up: Public Interface [Contents][Index]
name.
path.
Previous: Ordinary functions, Up: Public Interface [Contents][Index]
structure-object.
structure-object.
Previous: Public Interface, Up: Definitions [Contents][Index]
Next: Ordinary functions, Previous: Internals, Up: Internals [Contents][Index]
Next: Conditions, Previous: Special variables, Up: Internals [Contents][Index]
Previous: Definitions, Up: The cl-cookie Reference Manual [Contents][Index]
Jump to: | (
C D E F G I M P W |
---|
Jump to: | (
C D E F G I M P W |
---|
Next: Data types, Previous: Functions, Up: Indexes [Contents][Index]
Jump to: | *
C D E H N O P S V |
---|
Jump to: | *
C D E H N O P S V |
---|
Jump to: | C F I P S |
---|
Jump to: | C F I P S |
---|