UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines (4 loc) 1.11 kB
import { a as isRequestBodyLimitError, c as requestBodyErrorToText, i as installRequestBodyLimitGuard, o as readJsonBodyWithLimit, p as sendHttpRequestRejection, s as readRequestBodyWithLimit } from "../http-body-D3IMwTJJ.js"; import { i as resolveAcceptedBrowserOrigin } from "../origin-check-BQMysGh3.js"; import { a as createWebhookInFlightLimiter, c as readWebhookBodyOrReject, i as beginWebhookRequestPipelineOrReject, l as runDetachedWebhookWork, n as WEBHOOK_IN_FLIGHT_DEFAULTS, o as isJsonContentType, r as applyBasicWebhookRequestGuards, s as readJsonWebhookBodyOrReject, t as WEBHOOK_BODY_READ_DEFAULTS } from "../webhook-request-guards-BoKMzZgq.js"; export { WEBHOOK_BODY_READ_DEFAULTS, WEBHOOK_IN_FLIGHT_DEFAULTS, applyBasicWebhookRequestGuards, beginWebhookRequestPipelineOrReject, createWebhookInFlightLimiter, installRequestBodyLimitGuard, isJsonContentType, isRequestBodyLimitError, readJsonBodyWithLimit, readJsonWebhookBodyOrReject, readRequestBodyWithLimit, readWebhookBodyOrReject, requestBodyErrorToText, resolveAcceptedBrowserOrigin, runDetachedWebhookWork, sendHttpRequestRejection };