Skip to main content
Module

x/masx200_deno_caddy_cluster_reverse_proxy/mod.ts>ServerInformation

deno-caddy-cluster-reverse-proxy,适用于Deno的分布式微服务注册与发现服务器和客户端.
Latest
type alias ServerInformation
Re-export
import { type ServerInformation } from "https://deno.land/x/masx200_deno_caddy_cluster_reverse_proxy@3.1.0/mod.ts";
definition: { address: string; hostname: string; protocol: string; port: number; health_url: string; name: string; }