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

Properties

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

The time to generate the response, not to send it