This is the cl-cookie Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Sep 15 03:51:10 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-cookie
HTTP cookie manager
Eitaro Fukamachi
BSD 2-Clause
# CL-Cookie
[![Build Status](https://travis-ci.org/fukamachi/cl-cookie.svg?branch=master)](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
proc-parse
(system).
cl-ppcre
(system).
quri
(system).
local-time
(system).
alexandria
(system).
src/cl-cookie.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-cookie/src/cl-cookie.lisp
cl-cookie
(system).
cookie
(structure).
cookie-domain
(reader).
(setf cookie-domain)
(writer).
cookie-equal
(function).
cookie-expires
(reader).
(setf cookie-expires)
(writer).
cookie-httponly-p
(reader).
(setf cookie-httponly-p)
(writer).
cookie-jar
(structure).
cookie-jar-cookies
(reader).
(setf cookie-jar-cookies)
(writer).
cookie-jar-host-cookies
(function).
cookie-name
(reader).
(setf cookie-name)
(writer).
cookie-origin-host
(reader).
(setf cookie-origin-host)
(writer).
cookie-path
(reader).
(setf cookie-path)
(writer).
cookie-secure-p
(reader).
(setf cookie-secure-p)
(writer).
cookie-value
(reader).
(setf cookie-value)
(writer).
cookie=
(function).
make-cookie
(function).
make-cookie-jar
(function).
merge-cookies
(function).
parse-set-cookie-header
(function).
write-cookie-header
(function).
write-set-cookie-header
(function).
*current-century-offset*
(special variable).
+set-cookie-date-format+
(special variable).
cookie-jar-p
(function).
cookie-p
(function).
copy-cookie
(function).
copy-cookie-jar
(function).
delete-old-cookies
(function).
expired-cookie-p
(function).
get-tz-offset
(function).
integer-char-p
(function).
invalid-expires-date
(condition).
invalid-set-cookie
(condition).
match-cookie
(function).
match-cookie-path
(function).
parse-cookie-date
(function).
Packages are listed by definition order.
cl-cookie
cookie
common-lisp
.
proc-parse
.
cookie
(structure).
cookie-domain
(reader).
(setf cookie-domain)
(writer).
cookie-equal
(function).
cookie-expires
(reader).
(setf cookie-expires)
(writer).
cookie-httponly-p
(reader).
(setf cookie-httponly-p)
(writer).
cookie-jar
(structure).
cookie-jar-cookies
(reader).
(setf cookie-jar-cookies)
(writer).
cookie-jar-host-cookies
(function).
cookie-name
(reader).
(setf cookie-name)
(writer).
cookie-origin-host
(reader).
(setf cookie-origin-host)
(writer).
cookie-path
(reader).
(setf cookie-path)
(writer).
cookie-secure-p
(reader).
(setf cookie-secure-p)
(writer).
cookie-value
(reader).
(setf cookie-value)
(writer).
cookie=
(function).
make-cookie
(function).
make-cookie-jar
(function).
merge-cookies
(function).
parse-set-cookie-header
(function).
write-cookie-header
(function).
write-set-cookie-header
(function).
*current-century-offset*
(special variable).
+set-cookie-date-format+
(special variable).
cookie-jar-p
(function).
cookie-p
(function).
copy-cookie
(function).
copy-cookie-jar
(function).
delete-old-cookies
(function).
expired-cookie-p
(function).
get-tz-offset
(function).
integer-char-p
(function).
invalid-expires-date
(condition).
invalid-set-cookie
(condition).
match-cookie
(function).
match-cookie-path
(function).
parse-cookie-date
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
name
.
path
.
structure-object
.
structure-object
.
The date format used in RFC 6265. For example: Wed, 09 Jun 2021 10:18:14 GMT.
Jump to: | (
C D E F G I M P W |
---|
Jump to: | (
C D E F G I M P W |
---|
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 |
---|