Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grpc_basic/http2/hpack.ts>HeaderItem

Very basic gRPC implementation for Deno
Latest
type alias HeaderItem
import { type HeaderItem } from "https://deno.land/x/grpc_basic@0.4.7/http2/hpack.ts";
definition: { name: string | number; value: string | number; index: boolean | number; mustNeverIndex?: boolean; contextUpdate?: boolean; newMaxSize?: number; chunks?: any[]; }