Skip to main content
Module

x/acorn/router.ts>RouterRequestEventInit

A focused RESTful server framework for Deno 🌰🦕
Go to Latest
interface RouterRequestEventInit
implements EventInit
import { type RouterRequestEventInit } from "https://deno.land/x/acorn@0.4.0/router.ts";

The init for a RouterRequestEvent.

Properties

Any secure cookies associated with the request event.

request: Request

The Request associated with the event.

responseHeaders: Headers

A link to the response headers object that should be used when initing a response.