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

x/grpc_basic/server.ts>GrpcServer#sendTrailers

Very basic gRPC implementation for Deno
Latest
method GrpcServer.prototype.sendTrailers
import { GrpcServer } from "https://deno.land/x/grpc_basic@0.4.7/server.ts";

Parameters

conn: Http2Conn
stream: Stream
trailers: Record<string, string>