EdgeCacheServiceRoutingPathMatcherRouteRuleRouteMethods

Constructors

constructor(allowedMethods: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowedMethods: List<String>? = null

The non-empty set of HTTP methods that are allowed for this route. Any combination of "GET", "HEAD", "OPTIONS", "PUT", "POST", "DELETE", and "PATCH".