package
0.0.0-20201102054017-282493799a89
Repository: https://github.com/golangltd/leafltd.git
Documentation: pkg.go.dev
# Functions
NewFramer allocates a new Framer for a given SPDY connection, represented by a io.Writer and io.Reader.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MaxDataLength is the maximum number of bytes that can be stored in one frame.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Version is the protocol version number that this package implements.
No description provided by the author
No description provided by the author
# Structs
ControlFrameHeader contains all the fields in a control frame header, in its unpacked in-memory representation.
DataFrame is the unpacked, in-memory representation of a DATA frame.
Error contains both the type of error and additional values.
Framer handles serializing/deserializing SPDY frames, including compressing/ decompressing payloads.
GoAwayFrame is the unpacked, in-memory representation of a GOAWAY frame.
HeadersFrame is the unpacked, in-memory representation of a HEADERS frame.
PingFrame is the unpacked, in-memory representation of a PING frame.
RstStreamFrame is the unpacked, in-memory representation of a RST_STREAM frame.
SettingsFlagIdValue is the unpacked, in-memory representation of the combined flag/id/value for a setting in a SETTINGS frame.
SettingsFrame is the unpacked, in-memory representation of a SPDY SETTINGS frame.
SynReplyFrame is the unpacked, in-memory representation of a SYN_REPLY frame.
SynStreamFrame is the unpacked, in-memory representation of a SYN_STREAM frame.
WindowUpdateFrame is the unpacked, in-memory representation of a WINDOW_UPDATE frame.
# Interfaces
Frame is a single SPDY frame in its unpacked in-memory representation.
# Type aliases
ControlFlags are the flags that can be set on a control frame.
ControlFrameType stores the type field in a control frame header.
DataFlags are the flags that can be set on a data frame.
A SPDY specific error.
GoAwayStatus represents the status in a GoAwayFrame.
RstStreamStatus represents the status that led to a RST_STREAM.
SettingsFlag represents a flag in a SETTINGS frame.
SettingsFlag represents the id of an id/value pair in a SETTINGS frame.
StreamId represents a 31-bit value identifying the stream.