Closed vsimon closed 12 years ago
Thanks for the patch. It looks like it could be pretty useful.
On Tue, Jun 12, 2012 at 4:03 PM, Vicken Simonian < reply@reply.github.com
wrote:
The need for setting a basic cookie came up and I'd like to submit this commit back to Berkelium. Thanks!
Example usage Berkelium::setCookie( your_url_string, your_cookie_wide_string );
You can merge this Pull Request by running:
git pull https://github.com/vsimon/berkelium cookies
Or you can view, comment on it, or merge it online at:
https://github.com/sirikata/berkelium/pull/16
-- Commit Summary --
- API addition to set a cookie for a given URL.
-- File Changes --
M include/berkelium/Berkelium.hpp (5) M src/Berkelium.cpp (4) M src/Root.cpp (7) M src/Root.hpp (2)
-- Patch Links --
https://github.com/sirikata/berkelium/pull/16.patch https://github.com/sirikata/berkelium/pull/16.diff
Reply to this email directly or view it on GitHub: https://github.com/sirikata/berkelium/pull/16
The need for setting a basic cookie came up and I'd like to submit this commit back to Berkelium. Thanks!
Example usage Berkelium::setCookie( your_url_string, your_cookie_wide_string );