Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/msgpack_rpc/mod.ts>Session#handleRequest

🦕 Deno module to support msgpack-rpc
Go to Latest
method Session.prototype.handleRequest
import { Session } from "https://deno.land/x/msgpack_rpc@v4.0.1/mod.ts";

Parameters

request: message.RequestMessage

Returns

Promise<void>