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
constructor(kind: String, path: String)

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.