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

x/drash/src/http/request.ts>DrashRequest#end

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
method DrashRequest.prototype.end
import { DrashRequest } from "https://deno.land/x/drash@v2.8.1/src/http/request.ts";

Set this request to end early? Calling this will tell the request to stop where it is at in the request-resource-response lifecycle and immediately return a response.