Skip to main content
Module

x/fastro/http/deps.ts>esbuild.ServeOnRequestArgs

Fast and simple web application framework for deno
Go to Latest
interface esbuild.ServeOnRequestArgs
import { type esbuild } from "https://deno.land/x/fastro@v0.74.4/http/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