Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface ServeOnRequestArgs
import { type ServeOnRequestArgs } from "https://deno.land/x/esbuild@v0.24.0/mod.js";

Properties

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

The time to generate the response, not to send it