Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/xserver/src/mod.ts>Context#end

X-Server a Deno server module with middleware
Go to Latest
method Context.prototype.end
Re-export
import { Context } from "https://deno.land/x/xserver@4.1.0/src/mod.ts";

Parameters

optional
code: Status
optional
body: Body
optional
head: Record<string, string>