Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Html
express send raw html
Vikas Yadav
Programming language:
Html
2021-03-24 08:24:21
6
Q:
express send raw html
david's son
Code:
Html
2021-05-04 00:53:06
res.
set
(
'Content-Type', 'text/html');
res.send(
new
Buffer(
'
<h2>
Test String
</h2>
'));
1
Tags
html
Related
express sendfile html
express serve html
how to send html file with express
res.write prints html tags as text in express
fetch html from url
express send html file
js ajax receive html
send html file express
New to Communities?
Join the community