Skip to main content
Module

x/alosaur/mod.ts>AlosaurResponse

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
class AlosaurResponse
Re-export
import { AlosaurResponse } from "https://deno.land/x/alosaur@v0.37.0/mod.ts";

Properties

private
notRespond: boolean
optional
body: ResponseBody
readonly
headers: Headers
optional
result: ActionResult | Response | any
optional
status: number

Methods

Merge results before send from server

Get current response object

isNotRespond(): boolean

It is necessary to return the rest of the requests by standard Can be uses in WebSocket and SSE middlewares