interface ConnInfoimport { type ConnInfo } from "https://dotland.deno.dev/std@0.181.0/http/mod.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.