download
raw
349 Bytes
// src/helper/streaming/text.ts
import { TEXT_PLAIN } from "../../context.js";
import { stream } from "./index.js";
var streamText = (c, cb, onError) => {
c.header("Content-Type", TEXT_PLAIN);
c.header("X-Content-Type-Options", "nosniff");
c.header("Transfer-Encoding", "chunked");
return stream(c, cb, onError);
};
export {
streamText
};

Xet Storage Details

Size:
349 Bytes
·
Xet hash:
e535a72494c0e6901724bf5acca216fa50aeda2b86e716467b36c8132e9458fe

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.