Module io.vertx.httpproxy
Package io.vertx.httpproxy.interceptors
-
Interface Summary Interface Description BodyInterceptor Used to create interceptors to modify request and response bodies.BodyTransformer The callback to transform the request or response body.HeadersInterceptor Used to create interceptors to modify request and response headers.PathInterceptor Used to create interceptors to modify the request path.QueryInterceptor The general interceptor for query parameters.WebSocketInterceptor Interceptor settings for WebSocket.