Skip to main content
Module

x/oak/http_server_native.ts>Respond

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
type alias Respond
import { type Respond } from "https://deno.land/x/oak@v12.5.0/http_server_native.ts";
definition: (r: Response | Promise<Response>) => void