Package io.vertx.httpproxy.interceptors
Interface HeadInterceptor
-
- All Superinterfaces:
ProxyInterceptor
@Unstable public interface HeadInterceptor extends ProxyInterceptor
An interceptor updating HTTP request/response head attributes (headers, path, query params).
-
-
Method Summary
Static Methods Modifier and Type Method Description static HeadInterceptorBuilder
builder()
-
Methods inherited from interface io.vertx.httpproxy.ProxyInterceptor
handleProxyRequest, handleProxyResponse
-
-
-
-
Method Detail
-
builder
static HeadInterceptorBuilder builder()
- Returns:
- a builder for head interception
-
-