Skip to main content
The Deno 2 Release Candidate is here
Learn more
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.8/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