Skip to main content
The Deno 2 Release Candidate is here
Learn more
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://deno.land/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>