Uses of Interface
io.muserver.murp.ResponseInterceptor
-
-
Uses of ResponseInterceptor in io.muserver.murp
Methods in io.muserver.murp with parameters of type ResponseInterceptor Modifier and Type Method Description ReverseProxyBuilderReverseProxyBuilder. withResponseInterceptor(ResponseInterceptor responseInterceptor)Adds an interceptor to the point where a response to the client has been prepared, but not sent.
-