tmcw-htmlexample.web.val.run
Readme

Returning HTML from the Val Town Web API

This just lets you use the standard Response object with our Web API to return an HTML response from this Val.

1
2
3
4
5
6
export const htmlExample = () =>
new Response("<h1>Hello, world</h1>", {
headers: {
"Content-Type": "text/html",
},
});
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
v1
October 23, 2023