// Example - Download By HttpSource const hs = new HttpSource({ host: "localhost", path: "/", port: "8099", }); const writer = new FileSource().createWritableStream({path: "/home/work/a.log"}); hs.createReadableStream().pipe(writer);
GetReadOption<Config, ReadOption> = (config: Config) => ReadOption;
GetWriteOption<Config, WriteOption> = (config: Config) => WriteOption;
// Example - Download By HttpSource const hs = new HttpSource({ host: "localhost", path: "/", port: "8099", }); const writer = new FileSource().createWritableStream({path: "/home/work/a.log"}); hs.createReadableStream().pipe(writer);