Uses of Package
io.vertx.httpproxy.interceptors
-
Packages that use io.vertx.httpproxy.interceptors Package Description io.vertx.httpproxy.interceptors io.vertx.rxjava3.httpproxy.interceptors -
Classes in io.vertx.httpproxy.interceptors used by io.vertx.httpproxy.interceptors Class Description BodyTransformer The callback to transform the request or response body.HeadInterceptor An interceptor updating HTTP request/response head attributes (headers, path, query params).HeadInterceptorBuilder Configuration for an interceptor updating HTTP request/response head attributes (headers, path, query params). -
Classes in io.vertx.httpproxy.interceptors used by io.vertx.rxjava3.httpproxy.interceptors Class Description BodyInterceptor Used to create interceptors to modify request and response bodies.BodyTransformer The callback to transform the request or response body.HeadInterceptor An interceptor updating HTTP request/response head attributes (headers, path, query params).HeadInterceptorBuilder Configuration for an interceptor updating HTTP request/response head attributes (headers, path, query params).