vertx / io.vertx.reactivex.ext.web.handler / CorsHandler / maxAgeSeconds

maxAgeSeconds

open fun maxAgeSeconds(maxAgeSeconds: Int): CorsHandler

Set how long the browser should cache the information

Parameters

maxAgeSeconds - max age in seconds

Return
a reference to this, so the API can be used fluently