Skip to main content
Module

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

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Go to Latest
interface esbuild.ServeOnRequestArgs
import { type esbuild } from "https://deno.land/x/fastro@v0.85.0/http/build/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