http_endpoint: {
contextPath: string[];
endpointKind: "http";
host: string;
port: number;
transportSecurity: http_transport_security;
} | {
contextPath: string[];
endpointKind: "http-same-origin";
}
Type declaration
contextPath: string[]
endpointKind: "http"
host: string
port: number
transportSecurity: http_transport_security
Type declaration
contextPath: string[]
endpointKind: "http-same-origin"