summaryrefslogblamecommitdiffhomepage
path: root/test/node/status_message/app.js
blob: e8a798ddb0521307d2b2052b3e61bc2efc94d7f2 (plain) (tree)
1
2
3
4
5


                                                       
                                                                     
                
#!/usr/bin/env node

require('unit-http').createServer(function (req, res) {
    res.writeHead(200, 'blah', {'Content-Type': 'text/plain'}).end();
}).listen(7080);