-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate cl-cookie? #88
Comments
It sounds reasonable. |
Should Side note: Is there any specific reason, why to not allow (list of) cookie-strings as |
It's not required, but it's better to accept Common Lisp objects other than cl-cookie's objects if it doesn't make much trouble.
No, I don't even remember the reason. I think an association list or hash table suits it. |
Should we allow
response:set-cookies
slot in lack/response to be a instance of cl-cookie:cookie / cookie-jar? Then we could reuse cl-cookie:write-set-cookie-header for encoding the cookie-string.The text was updated successfully, but these errors were encountered: