Skip to main content
Module

x/servest/server.ts>HttpBody

🌾A progressive http server for Deno🌾
Latest
type alias HttpBody
import { type HttpBody } from "https://deno.land/x/servest@v1.3.4/server.ts";
definition:
| string
| Uint8Array
| ReadableStream<Uint8Array>