Current section

Files

Jump to
finch_gleam src finch@stream.erl
Raw

src/finch@stream.erl

-module(finch@stream).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([stream_block/0]).
-type stream_block() :: {status, integer()} |
{headers, list({binary(), binary()})} |
{data, bitstring()}.