Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/alosaur/mod.ts>ImmediatelyResponse

Alosaur - Deno web framework with many decorators
Go to Latest
class ImmediatelyResponse
import { ImmediatelyResponse } from "https://deno.land/x/alosaur@v0.35.0/mod.ts";

Properties

private
immediately: boolean
optional
error: Error

Methods

isImmediately(): boolean

It uses for immediately send response without run other Hook, Middlewares