deno.land / x / fresh@1.1.1 / tests / fixture / routes / connInfo.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
import { Handlers } from "../../../server.ts";
export const handler: Handlers = { GET(_req, ctx) { return new Response((ctx.remoteAddr as Deno.NetAddr).hostname); },};
fresh

Version Info

Tagged at
2 years ago