package envoy.extensions.filters.network.generic_proxy.matcher.v3

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message HostMatchInput

matcher.proto:30

Used to match request host of the generic downstream request. Only applicable if a host provided by the application protocol. This is same with the ServiceMatchInput and this should be preferred over ServiceMatchInput.

(message has no fields)

message KeyValueMatchEntry

matcher.proto:55

Used to match an arbitrary key-value pair for headers, trailers or properties.

Used in: RequestMatcher

message MethodMatchInput

matcher.proto:40

Used to match request method of the generic downstream request. Only applicable if a method provided by the application protocol.

(message has no fields)

message PathMatchInput

matcher.proto:35

Used to match request path of the generic downstream request. Only applicable if a path provided by the application protocol.

(message has no fields)

message PropertyMatchInput

matcher.proto:45

Used to match an arbitrary property of the generic downstream request. These properties are populated by the codecs of application protocols.

message RequestMatchInput

matcher.proto:51

Used to match an whole generic downstream request.

(message has no fields)

message RequestMatcher

matcher.proto:66

Custom matcher to match on the generic downstream request. This is used to match multiple fields of the downstream request and avoid complex combinations of HostMatchInput, PathMatchInput, MethodMatchInput and PropertyMatchInput.

message ServiceMatchInput

matcher.proto:24

Used to match request service of the downstream request. Only applicable if a service provided by the application protocol. This is deprecated and should be replaced by HostMatchInput. This is kept for backward compatibility.

(message has no fields)