itty-router-extras
Version:
An assortment of delicious extras for the calorie-light itty-router.
1 lines • 200 B
JavaScript
const withContent=async t=>{let n=t.headers.get("content-type");t.content=void 0;try{n&&n.includes("application/json")&&(t.content=await t.json())}catch(t){}};module.exports={withContent:withContent};