httpConfiguration

var httpConfiguration: HttpConfiguration.() -> Unit(source)

Property function that will be called during Jetty server initialization with the http configuration instance that is passed to the managed connectors as a receiver.

Report a problem