Packages
🐑 a fluffy Gleam web server
Security advisory:
This version has known vulnerabilities.
View advisories
Current section
Files
Jump to
Current section
Files
include/ewe_Builder.hrl
-record(builder, {
handler :: fun((gleam@http@request:request(ewe@internal@http:connection())) -> gleam@http@response:response(ewe:response_body())),
port :: integer(),
interface :: binary(),
ipv6 :: boolean(),
tls :: gleam@option:option({binary(), binary()}),
on_start :: fun((gleam@http:scheme(), ewe:socket_address()) -> nil),
on_crash :: gleam@http@response:response(ewe:response_body()),
information_name :: gleam@erlang@process:name(ewe@internal@information:message(ewe:socket_address()))
}).