res.writeHead(200, {
  'Content-Type': 'text/html',
  'X-Custom-Header': 'CustomValue'
});
res.end('<h1>Hello with Custom Header</h1>');