ankh v0.0.4 Ankh.Frame
HTTP/2 frame structure
Summary
Types
- length: payload length in bytes
- type: frame type
- flags:
Ankh.Frame.Encoder
structure for flags - stream_id: Stream ID of the frame
- payload: - flags:
Ankh.Frame.Encoder
structure for the payload
Types
t :: %Ankh.Frame{flags: Ankh.Frame.Encoder.t, length: Integer.t, payload: Ankh.Frame.Encoder.t, stream_id: Integer.t, type: atom}
- length: payload length in bytes
- type: frame type
- flags:
Ankh.Frame.Encoder
structure for flags - stream_id: Stream ID of the frame
- payload: - flags:
Ankh.Frame.Encoder
structure for the payload