Skip to main content
Module

x/enzastdlib/rpc-http/protocol.ts

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
import * as enzastdlib from "https://deno.land/x/enzastdlib@v0.0.4/rpc-http/protocol.ts";

Variables

Represents the HTTP method exclusively used by enzastdlib's RPC protocol.

Represents the HTTP namespace pathname exclusively used by enzastdlib's RPC protocol.

Represents a mapping of standard enzastdlib RPC call handling to HTTP pathnames.

Represents a mapping of standard enzastdlib RPC protocol behavior to HTTP status codes.

Type Aliases

Represents a union of all possible HTTP pathnames used by the enzastdlib's RPC protocol.

Represents a union of all possible HTTP status codes the enzastdlib RPC protocol can emit.