Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface ServeOnRequestArgs
import { type ServeOnRequestArgs } from "https://deno.land/x/esbuild@v0.17.10/mod.js";

Properties

remoteAddress: string
method: string
path: string
status: number
timeInMS: number

The time to generate the response, not to send it