Skip to main content
Module

x/aleph/server/deps.ts>esbuild.ServeOnRequestArgs

The Full-stack Framework in Deno.
Very Popular
Latest
interface esbuild.ServeOnRequestArgs
import { type esbuild } from "https://deno.land/x/aleph@1.0.0-beta.44/server/deps.ts";
const { ServeOnRequestArgs } = esbuild;

Properties

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

The time to generate the response, not to send it