0fdc7c3a
1 2 3 4 5 6
#!/usr/bin/env node require('unit-http').createServer(function (req, res) { res.setHeader('Set-Cookie', ['tc=one,two,three', 'tc=four,five,six']); res.end(); }).listen(7080);