http_endpoint_identity: {
    contextPath: string[];
    endpointKind: "http";
    host: string;
    port: number;
}

Type declaration

  • contextPath: string[]
  • endpointKind: "http"
  • host: string
  • port: number

Generated using TypeDoc