Skip to main content
Module

x/bun_tea/middlewares/mw-request-id.ts>RequestIdLocals

Fast, Bun-powered, and Bun-only(for now) Web API framework with full Typescript support.
Go to Latest
type alias RequestIdLocals
import { type RequestIdLocals } from "https://deno.land/x/bun_tea@v0.0.1-alpha.15/middlewares/mw-request-id.ts";
definition: { [REQ_LOCALS_ID]?: string; }