Skip to main content
Module

x/enzastdlib/rpc-streams/mod.ts>StreamServerOptions

enzastdlib is a set of TypeScript modules that follow a common design API philosophy aiming at sane defaults and ease-of-use targeting the Deno TypeScript runtime.
Latest
interface StreamServerOptions
implements ServerOptions
import { type StreamServerOptions } from "https://deno.land/x/enzastdlib@v0.0.4/rpc-streams/mod.ts";

Represents options passable to makeStreamServer.

Properties

readonly
readable: ReadableStream<Uint8Array>

Represents the ReadableStream being used as input.

readonly
writable: WritableStream<Uint8Array>

Represents the WritableStream being used as output.