mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 07:53:56 +00:00
* refactor(infra): consolidate bounded HTTP body reads * fix(plugin-sdk): preserve HTTP body export boundaries
5 lines
234 B
TypeScript
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";
|