import type { IncomingMessage, ServerResponse } from "node:http"; import type { AuthRateLimiter } from "./auth-rate-limit.js"; import type { ResolvedGatewayAuth } from "./auth.js"; import { readJsonBodyOrError, sendJson, sendMethodNotAllowed } from "./http-common.js"; import {
authorizeGatewayHttpRequestOrReply,
type AuthorizedGatewayHttpRequest,
resolveTrustedHttpOperatorScopes,
} from "./http-utils.js"; import { authorizeOperatorScopesForMethod } from "./method-scopes.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.