i find it weird though how i cant modify headers even if the object was created myself
i find it weird though how i cant modify headers even if the object was created myself
Response.redirect with a string and integer literal

element method runs before text method so even after I've got the inner content it's too late :\ ah well, back to the drawing board
const body = await request.json() is how you access the POST body of a requestconst { title, content } = await request.json()Response.redirecthtml
<a href="https://picsum.photos/200">someimage</a>elementtextconst body = await request.json()const { title, content } = await request.json()