custom property

  1. @TagNumber.new(8)
CustomHttpPattern get custom

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

@$pb.TagNumber(8)
CustomHttpPattern get custom => $_getN(7);
  1. @TagNumber.new(8)
set custom (CustomHttpPattern value)

Implementation

@$pb.TagNumber(8)
set custom(CustomHttpPattern value) => $_setField(8, value);