Skip to main content
Module

x/cav/http.ts>TypedResponse

A server framework for Deno
Go to Latest
interface TypedResponse
implements Response
import { type TypedResponse } from "https://deno.land/x/cav@0.0.14/http.ts";

A Response, but with an unused type parameter indicating the type of the response body.

Type Parameters

optional
T = unknown

Properties

optional
[_typedResponse]: T