interface ConnInfoimport { type ConnInfo } from "https://deno.land/std@0.202.0/http/server.ts"; Information about the connection a request arrived on. PropertiesreadonlylocalAddr: Deno.AddrThe local address of the connection. readonlyremoteAddr: Deno.AddrThe remote address of the connection.