import type { IncomingMessage } from "node:http"; import { A2UI_PATH, CANVAS_HOST_PATH, CANVAS_WS_PATH } from "../../canvas-host/a2ui.js"; import { safeEqualSecret } from "../../security/secret-equal.js"; import type { AuthRateLimiter } from "../auth-rate-limit.js"; import {
authorizeHttpGatewayConnect,
type GatewayAuthResult,
type ResolvedGatewayAuth,
} from "../auth.js"; import { CANVAS_CAPABILITY_TTL_MS } from "../canvas-capability.js"; import { getBearerToken, resolveHttpBrowserOriginPolicy } from "../http-utils.js"; import type { GatewayWsClient } from "./ws-types.js";
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.