Packages

A FastCGI server library for Gleam.

Current section

Files

Jump to
fcgi include fcgi_Server.hrl
Raw

include/fcgi_Server.hrl

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