headerName property

String? headerName
getter/setter pair

The name of the HTTP header to match.

For matching against the HTTP request's authority, use a headerMatch with the header name ":authority". For matching a request's method, use the headerName ":method".

Required.

Implementation

core.String? headerName;