nova_stream_h (nova v0.8.1) View Source
Link to this section Summary
Link to this section Types
Specs
state() :: #state{}.
Link to this section Functions
Specs
data(cowboy_stream:streamid(), cowboy_stream:fin(), cowboy_req:resp_body(), State) -> {cowboy_stream:commands(), State} when State :: state().
Specs
early_error(cowboy_stream:streamid(), cowboy_stream:reason(), cowboy_stream:partial_req(), Resp, cowboy:opts()) -> Resp when Resp :: cowboy_stream:resp_command().
Specs
info(cowboy_stream:streamid(), any(), State) -> {cowboy_stream:commands(), State} when State :: state().
Specs
init(cowboy_stream:streamid(), cowboy_req:req(), cowboy:opts()) -> {cowboy_stream:commands(), state()}.
Specs
terminate(cowboy_stream:streamid(), cowboy_stream:reason(), state()) -> any().