Current section

Files

Jump to
mist include mist@internal@http_Stream.hrl
Raw

include/mist@internal@http_Stream.hrl

-record(stream, {
selector :: gleam@erlang@process:selector(bitstring()),
data :: bitstring(),
remaining :: integer(),
attempts :: integer()
}).