Current section

Files

Jump to
mist include mist_Builder.hrl
Raw

include/mist_Builder.hrl

-record(builder, {
port :: integer(),
handler :: fun((gleam@http@request:request(any())) -> gleam@http@response:response(any())),
after_start :: fun((integer(), gleam@http:scheme(), mist:ip_address()) -> nil),
interface :: binary(),
ipv6_support :: boolean()
}).