[][src]Module solicit::http::frame::goaway

Implements the GOAWAY HTTP/2 frame.

Structs

GoawayFrame

The struct represents the GOAWAY HTTP/2 frame.

Constants

GOAWAY_FRAME_TYPE

The frame type of the GOAWAY frame.

GOAWAY_MIN_FRAME_LEN

The minimum size for the GOAWAY frame payload. It is 8 octets, as the last stream id and error code are required parts of the GOAWAY frame.