php-http / message

HTTP Message related tools
http://php-http.org
MIT License
1.29k stars 41 forks source link

Cookie #15

Closed sagikazarmark closed 8 years ago

sagikazarmark commented 8 years ago

Move and finalize php-http/cookie here.

joelwurtz commented 8 years ago

What need to be finalized in php-http/cookie ?

sagikazarmark commented 8 years ago

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 8 years ago

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.