vanwaril
Results
2
issues of
vanwaril
Its undocumented how to use cookie-node alongside a writeHead call. Only checking the source for cookie-node showed me it was looking for headers as an object -- I was passing...
It looks like ni internally uses the Connect module. Replacing the connect server with an http server and the function(request, response, next) everywhere with just function(request, response), node.js complains about...