Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ServeOnRequestArgs

interface ServeOnRequestArgs {
method: string;
path: string;
remoteAddress: string;
status: number;
timeInMS: number;
}

§Properties

§
method: string
[src]
§
path: string
[src]
§
remoteAddress: string
[src]
§
status: number
[src]
§
timeInMS: number
[src]