get

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

A definition of a GET operation on this path.


open override var get: OperationBuilder?

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

Consider using the get function instead of this property.