options

open override fun options(block: OperationDsl.() -> Unit)

A definition of an OPTIONS operation on this path.


open override var options: OperationBuilder?

The currently registered OPTIONS operation, or null if none was registered yet.

Consider using the options function instead of this property.