Expand description
Minimal gRPC transport over HTTP/2
Provides HTTP/2 frame parsing, HPACK static table, and gRPC message framing for container runtime interface communication.
Structs§
- Grpc
Message - gRPC message: 1-byte compressed flag + 4-byte length + payload.
- Grpc
Response - gRPC response.
- Grpc
Transport - Unix socket-based gRPC transport.
- Http2
Frame - HTTP/2 frame header + payload.
Enums§
- Frame
Type - HTTP/2 frame type identifiers.
- Grpc
Status - gRPC status codes.
Constants§
- HPACK_
STATIC_ TABLE - HPACK static table: first 61 entries as (name, value) tuples.
Functions§
- hpack_
static_ find_ name - Find the index of a header name in the HPACK static table.
- hpack_
static_ lookup - Look up an HPACK static table entry by 1-based index.