HttpRouteMatchHeader Class

Describes header information for http route matching.

All required parameters must be populated in order to send to Azure.

Inheritance
HttpRouteMatchHeader

Constructor

HttpRouteMatchHeader(*, name: str, value: Optional[str] = None, type=None, **kwargs)

Parameters

name
str
Required

Required. Name of header to match in request.

value
str
Required

Value of header to match in request.

type
str or HeaderMatchType
Required

how to match header value. Possible values include: 'exact'