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

x/grpc_basic/http2/frames.ts>FrameType

Very basic gRPC implementation for Deno
Latest
type alias FrameType
import { type FrameType } from "https://deno.land/x/grpc_basic@0.4.7/http2/frames.ts";
definition:
| "DATA"
| "HEADERS"
| "PRIORITY"
| "RST_STREAM"
| "SETTINGS"
| "PUSH_PROMISE"
| "PING"
| "GOAWAY"
| "WINDOW_UPDATE"
| "CONTINUATION"
| "ALTSVC"
| "ORIGIN"