Deprecated
(will be removed after 0.159.0) Use TextLineStream
from std/steams
for line-by-line text reading instead.
import * as mod from "https://deno.land/std@0.159.0/textproto/mod.ts";
Deprecated. Use TextLineStream
from std/steams
for line-by-line text reading instead.
A reader for dealing with low level text based protocols.
Based on net/textproto.