yieldray-web.web.val.run
1
2
3
4
5
6
7
8
export async function web(req: Request) {
return Response.json({
method: req.method,
url: req.url,
headers: Object.fromEntries(req.headers.entries()),
body: await req.text(),
});
}
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