Current section
Files
Jump to
Current section
Files
src/finch@stream.erl
-module(finch@stream).
-compile(no_auto_import).
-export_type([stream_block/0]).
-type stream_block() :: {status, integer()} |
{headers, list({binary(), binary()})} |
{data, bitstring()}.