deno.land / x / fresh@1.1.1 / tests / fixture / routes / connInfo.ts
12345678import { Handlers } from "../../../server.ts";
export const handler: Handlers = { GET(_req, ctx) { return new Response((ctx.remoteAddr as Deno.NetAddr).hostname); },};
Version Info