Current section

Files

Jump to
dream include dream@controllers@static_Config.hrl
Raw

include/dream@controllers@static_Config.hrl

-record(config, {
serve_index :: boolean(),
allow_directory_listing :: boolean(),
not_found_handler :: gleam@option:option(fun((dream@http@request:request(), any(), any()) -> dream@http@response:response()))
}).