Module Filter.Config

module Filters : sig ... end
val secure : bool

Whether to use HTTPS for various settings e.g. cookies, content security policy, etc.--default true.

val buf_size : int

Buffer size for internal string/bigstring handling.

val port : int

Server port--default 8080