Skip to main content
Module

x/cav/mod.ts>EndpointResponseInit

A server framework for Deno
Go to Latest
interface EndpointResponseInit
implements ResponseInit
import { type EndpointResponseInit } from "https://deno.land/x/cav@0.0.21/mod.ts";

Initializer options for the endpointResponse() function.

Properties

optional
serializers: Serializers

Additional packers to use when packing the response body.