Configuration

constructor(enableJsonResponse: Boolean = false, enableDnsRebindingProtection: Boolean = false, allowedHosts: List<String>? = null, allowedOrigins: List<String>? = null, eventStore: EventStore? = null, retryInterval: Duration? = null, maxRequestBodySize: Long = DEFAULT_MAX_REQUEST_BODY_SIZE)(source)