Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
grpc
v0.1.6
GRPC
Generator
Error
PackageMap
Server
Service
Error
InvalidMethodName
Stub
HTTP2
ClearTextServer
Client
Connection
State
Error
Frame
Continuation
Data
Error
Flags
GoAway
Headers
InvalidTypeError
Ping
Priority
PushPromise
ResetStream
Settings
Parameter
ParameterHash
WindowUpdate
Handler
HPACK
Decoder
DynamicTable
Encoder
Error
Huffman
Node
Indexing
Request
Server
Context
Response
SliceReader
Stream
InvalidOperation
State
StateError
Int32
Generated using Crystal 1.10.1
2024-05-28 03:43:38 UTC
struct
HTTP2::
Frame::
WindowUpdate
HTTP2::Frame::WindowUpdate
HTTP2::Frame
Struct
Value
Object
Defined in:
http2.cr
Constant Summary
TYPE
=
8_u8
Instance Method Summary
#size
#type_byte
: UInt8
Instance methods inherited from struct
HTTP2::Frame
flags : HTTP2::Frame::Flags
flags
,
payload : Slice(UInt8)
payload
,
stream_id : UInt32
stream_id
,
to_s(io)
to_s
,
type_byte : UInt8
type_byte
Constructor methods inherited from struct
HTTP2::Frame
from_io(io : IO) : Frame
from_io
,
new(flags : Flags, stream_id : UInt32, payload : Bytes =
Bytes
.empty)
new
Class methods inherited from struct
HTTP2::Frame
type(type : UInt8) :
Frame
.
class
type
Instance Method Detail
def
size
#
[
View source
]
def
type_byte
: UInt8
#
[
View source
]