Skip to main content
Module

std/textproto/mod.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.152.0/textproto/mod.ts";

A reader for dealing with low level text based protocols.

Based on net/textproto.