Skip to main content
Module

x/drash/mod.ts>Request#end

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
method Request.prototype.end
import { Request } from "https://deno.land/x/drash@v2.7.0/mod.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.