Skip to main content
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.7.0/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.