Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
duo
v0.1.1
Duo
Client
ClientError
Connection
Type
Data
Error
Code
Frame
Flags
FrameType
HPACK
Decoder
DynamicTable
Encoder
Error
Huffman
Node
Indexing
HPack
Priority
Server
Context
Handler
Request
Response
Settings
Identifier
SliceReader
State
Stream
Streams
HTTP
Headers
HTTP1
Connection
Built with Crystal 1.9.2
2023-10-08 13:06:56 UTC
enum
Duo::Frame::Flags
Defined in:
duo/frame.cr
Enum Members
EndStream
=
1_u8
EndHeaders
=
4_u8
Padded
=
8_u8
Priority
=
32_u8
Instance Method Summary
#ack?
#end_headers?
#end_stream?
#inspect
(io)
#none?
#padded?
#priority?
#to_s
(io)
Instance Method Detail
def
ack?
#
[
View source
]
def
end_headers?
#
[
View source
]
def
end_stream?
#
[
View source
]
def
inspect
(io)
#
[
View source
]
def
none?
#
[
View source
]
def
padded?
#
[
View source
]
def
priority?
#
[
View source
]
def
to_s
(io)
#
[
View source
]