head

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

A definition of a HEAD operation on this path.


open override var head: OperationBuilder?

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

Consider using the head function instead of this property.