Class: Baykit::BayServer::Docker::Http::H2::H2Type

Inherits:
Object
  • Object
show all
Defined in:
lib/baykit/bayserver/docker/http/h2/h2_type.rb

Constant Summary collapse

PREFACE =
-1
DATA =
0
HEADERS =
1
PRIORITY =
2
RST_STREAM =
3
SETTINGS =
4
PUSH_PROMISE =
5
PING =
6
GOAWAY =
7
WINDOW_UPDATE =
8
CONTINUATION =
9