HttpSecurityDsl

constructor(http: HttpSecurity, init: HttpSecurityDsl.() -> Unit)

Parameters

http

the HttpSecurity which all configurations will be applied to

init

the configurations to apply to the provided HttpSecurity