mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-24 13:31:05 +00:00
5 lines
240 B
TypeScript
5 lines
240 B
TypeScript
// Narrow response-size reader for plugins that download bounded HTTP bodies.
|
|
|
|
export { readByteStreamWithLimit } from "../media/read-byte-stream-with-limit.js";
|
|
export { readResponseWithLimit } from "../media/read-response-with-limit.js";
|