Skip to main content
Module

x/frugal/mod.ts>EmptyResponse

A frugal web framework
Latest
class EmptyResponse
implements Response<void>
extends BaseResponse
import { EmptyResponse } from "https://deno.land/x/frugal@0.9.6/mod.ts";

Constructors

new
EmptyResponse(init?: ResponseInit)

Properties

readonly
data: void
readonly
dataHash
type: "empty"