Skip to main content
Module

std/textproto/mod.ts

Deno standard library
Go to Latest
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.