UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

3 lines 1.17 kB
import { d as isRequestBodyLimitError, f as readJsonBodyWithLimit, m as requestBodyErrorToText, p as readRequestBodyWithLimit, u as installRequestBodyLimitGuard } from "../http-body-BodHsDOM.js"; import { a as applyBasicWebhookRequestGuards, c as isJsonContentType, d as runDetachedWebhookWork, f as sendHttpRequestRejection, i as WebhookInFlightLimiter, l as readJsonWebhookBodyOrReject, n as WEBHOOK_IN_FLIGHT_DEFAULTS, o as beginWebhookRequestPipelineOrReject, p as resolveAcceptedBrowserOrigin, r as WebhookBodyReadProfile, s as createWebhookInFlightLimiter, t as WEBHOOK_BODY_READ_DEFAULTS, u as readWebhookBodyOrReject } from "../webhook-request-guards-CNYBPpDN.js"; export { WEBHOOK_BODY_READ_DEFAULTS, WEBHOOK_IN_FLIGHT_DEFAULTS, WebhookBodyReadProfile, WebhookInFlightLimiter, applyBasicWebhookRequestGuards, beginWebhookRequestPipelineOrReject, createWebhookInFlightLimiter, installRequestBodyLimitGuard, isJsonContentType, isRequestBodyLimitError, readJsonBodyWithLimit, readJsonWebhookBodyOrReject, readRequestBodyWithLimit, readWebhookBodyOrReject, requestBodyErrorToText, resolveAcceptedBrowserOrigin, runDetachedWebhookWork, sendHttpRequestRejection };