mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-19 17:11:42 -06:00
6c53dfa1df
* 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";
|