custom property

CustomHttpPattern? custom
getter/setter pair

The custom pattern is used for specifying an HTTP method that is not included in the pattern field, such as HEAD, or "*" to leave the HTTP method unspecified for this rule.

The wild-card rule is useful for services that provide content to Web (HTML) clients.

Implementation

CustomHttpPattern? custom;