requestMirrorPolicy property

HttpRouteRequestMirrorPolicy? requestMirrorPolicy
getter/setter pair

Specifies the policy on how requests intended for the routes destination are shadowed to a separate mirrored destination.

Proxy will not wait for the shadow destination to respond before returning the response. Prior to sending traffic to the shadow service, the host/authority header is suffixed with -shadow.

Implementation

HttpRouteRequestMirrorPolicy? requestMirrorPolicy;