Skip to main content
Module

x/easyroute/types.ts>EasyResponseInit

A simple and pragmatic approach to routing Deno web requests.
Latest
interface EasyResponseInit
import { type EasyResponseInit } from "https://deno.land/x/easyroute@0.2.0/types.ts";

Properties

optional
type: "html" | "json"
optional
headers: HeadersInit
optional
status: number
optional
statusText: string