Skip to main content

include/fcgi@internal@responder_Outcome.hrl

-record(outcome, {
    state :: fcgi@internal@responder:state(),
    outgoing :: gleam@bytes_tree:bytes_tree(),
    events :: list(fcgi@internal@responder:event()),
    next :: fcgi@internal@responder:next()
}).