module HTTP2

The following task generates this file.

rake generate_huffman_table

Constants

CONNECTION_PREFACE_MAGIC

Default connection “fast-fail” preamble string as defined by the spec.

DEFAULT_CONNECTION_SETTINGS
DEFAULT_FLOW_WINDOW

Default connection and stream flow control window (64KB).

DEFAULT_HEADER_SIZE

Default header table size

DEFAULT_MAX_CONCURRENT_STREAMS

Default stream_limit

DEFAULT_WEIGHT

Default stream priority (lower values are higher priority).

SPEC_DEFAULT_CONNECTION_SETTINGS

Default values for SETTINGS frame, as defined by the spec.

VERSION