Uses of Interface
io.muserver.murp.RequestInterceptor
-
-
Uses of RequestInterceptor in io.muserver.murp
Methods in io.muserver.murp with parameters of type RequestInterceptor Modifier and Type Method Description ReverseProxyBuilderReverseProxyBuilder. withRequestInterceptor(RequestInterceptor requestInterceptor)Adds an interceptor to the point where a request to the target server has been prepared, but not sent.
-