Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

express send raw html

res.set('Content-Type', 'text/html');
res.send(new Buffer('<h2>Test String</h2>'));
 
PREVIOUS NEXT
Tagged: #express #send #raw #html
ADD COMMENT
Topic
Name
6+1 =