Is this still maintained?
Looks like its not.
It would be useful, especially from a cookie handling point of view.
Reference:
- (Client side) http://stackoverflow.com/questions/2615677/nodejs-and-http-client-are-cookies-supported Points to this library.
- (Server side) http://blog.nodejitsu.com/sessions-and-cookies-in-node
Thanks, Martin.
hi martin,
i haven't looked at it in ages. got tired of keeping up with all the node.js changes. maybe now that the node core api is pretty stable i will have a look at it again. let me know if you have any thoughts and/or patches to contribute.
andrew
if i was rewriting this now i think it would change a lot... =)
Hi Andrew,
I just asked on irc (node.js on freenode) - they pointed me at https://github.com/mikeal/request
Yours was better named, but request seems to be keeping up.
Thanks for your answer!
Best, M.