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(gleam@bytes_tree:bytes_tree())),
port :: integer(),
interface :: binary(),
ipv6 :: boolean(),
tls :: gleam@option:option({binary(), binary()}),
on_start :: fun((gleam@http:scheme(), ewe:ip_address(), integer()) -> nil)
}).