1
2
3
4
5
6
import { InflightCookies } from "https://esm.town/v/tmcw/InflightCookies";
import { Context } from "npm:hono@3.8.1";
export function getInflight(c: Context) {
return InflightCookies.get(c) || new Map();
}