Current section

Files

Jump to
mist include mist_Chunk.hrl
Raw

include/mist_Chunk.hrl

-record(chunk, {
data :: bitstring(),
consume :: fun((integer()) -> {ok, mist:chunk()} |
{error, mist:read_error()})
}).