UNPKG

itty-router-extras

Version:

An assortment of delicious extras for the calorie-light itty-router.

1 lines 204 B
const withCookies=o=>{o.cookies={};try{o.cookies=(o.headers.get("Cookie")||"").split(/;\s*/).map(o=>o.split(/=(.+)/)).reduce((o,[e,i])=>(o[e]=i,o),{})}catch(o){}};module.exports={withCookies:withCookies};