CustomHttpPatternResponse

data class CustomHttpPatternResponse(val kind: String, val path: String)

A custom pattern is used for defining custom HTTP verb.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of this custom HTTP verb.

Link copied to clipboard

The path matched by this custom verb.