Packages

A FastCGI server library for Gleam.

Current section

Files

Jump to
fcgi include fcgi_Chunk.hrl
Raw

include/fcgi_Chunk.hrl

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