maxm-jameswebbimageproxy.web.val.run
1
2
3
4
export default async function(req: Request) {
const body = (await fetch("https://live.staticflickr.com/65535/53782948438_9b85e57a6c_o_d.png")).body
return new Response(body, {headers: {"Content-Type": "image/png"}});
}
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!
v3
June 12, 2024