Cookie
Closed this issue · 3 comments
sagikazarmark commented
Move and finalize php-http/cookie here.
joelwurtz commented
What need to be finalized in php-http/cookie ?
sagikazarmark commented
https://github.com/php-http/cookie/issues
https://github.com/php-http/cookie/pulls
I am also thinking about making the cookie jar itself immutable. Didn't have the time to do it though.
Feel free to play with it.
joelwurtz commented
CookieJar don't need to be immutable as it's not IMO a data object but rather a service which should only transfer / create cookie from a specific storage.