Module

std/textproto/mod.ts

Deno standard library
Go to Latest
import * as mod from "https://dotland.deno.dev/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.