Module

x/servest/vendor/https/deno.land/std/io/bufio.ts>readStringDelim

🌾A progressive http server for Deno🌾
Latest
function readStringDelim
import { readStringDelim } from "https://dotland.deno.dev/x/servest@v1.3.4/vendor/https/deno.land/std/io/bufio.ts";

Read delimited strings from a Reader.

Parameters

reader: Reader
delim: string
optional
decoderOpts: { encoding?: string; fatal?: boolean; ignoreBOM?: boolean; }

Returns

AsyncIterableIterator<string>