public class ScrubEtagPolicy extends Object implements HttpPipelinePolicy
| Constructor and Description |
|---|
ScrubEtagPolicy() |
| Modifier and Type | Method and Description |
|---|---|
Mono<HttpResponse> |
process(HttpPipelineCallContext context,
HttpPipelineNextPolicy next)
Wraps any potential error responses from the service and applies post processing of the response's eTag header to
standardize the value.
|
public Mono<HttpResponse> process(HttpPipelineCallContext context, HttpPipelineNextPolicy next)
process in interface HttpPipelinePolicyCopyright © 2019 Microsoft Corporation. All rights reserved.