Skip to main content

include/fcgi_Server.hrl

-record(server, {
    supervisor :: gleam@otp@static_supervisor:supervisor(),
    bound_port :: gleam@option:option(integer())
}).