ankh v0.0.4 Ankh.Stream
HTTP/2 Stream strucure
Summary
Types
- id: stream id
- state: stream state
- hbf_type: type of HBF being accumulated
- hbf: HBF accumulator, for reassembly
- data: DATA accumulator, for reassembly
Functions
Creates a new Stream
Process the reception of a frame through the Stream state machine
Process sending a frame through the Stream state machine
Types
Functions
Specs
received_frame(t, Ankh.Frame.t) :: t
Process the reception of a frame through the Stream state machine
Specs
send_frame(t, Ankh.Frame.t) :: t
Process sending a frame through the Stream state machine