Files
openclaw/src/plugin-sdk/response-limit-runtime.ts
Dallin Romney 6c53dfa1df refactor(infra): consolidate bounded HTTP body reads (#99744)
* refactor(infra): consolidate bounded HTTP body reads

* fix(plugin-sdk): preserve HTTP body export boundaries
2026-07-04 12:15:57 -07:00

5 lines
234 B
TypeScript

// Narrow response-size reader for plugins that download bounded HTTP bodies.
export { readByteStreamWithLimit } from "@openclaw/media-core/read-byte-stream-with-limit";
export { readResponseWithLimit } from "../infra/http-body.js";