Current section

Files

Jump to
dream include dream@dream_Dream.hrl
Raw

include/dream@dream_Dream.hrl

-record(dream, {
server :: any(),
router :: gleam@option:option(dream@router:router(any(), any())),
context :: any(),
services :: gleam@option:option(any()),
max_body_size :: integer(),
bind_interface :: gleam@option:option(binary())
}).