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

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