ProtocolResponseInterceptorContext
interface ProtocolResponseInterceptorContext<I, ProtocolRequest, ProtocolResponse> : ProtocolRequestInterceptorContext<I, ProtocolRequest>
Interceptor context used for all phases that have access to the operation input (request), the serialized protocol specific request (e.g. HttpRequest), and the protocol specific response (e.g. HttpResponse).