Current section
Files
Jump to
Current section
Files
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()),
continuation :: fcgi@internal@responder:continuation()
}).