Request Body Interceptor
Request Body Interceptor is an interceptor implementation that is injected into the request/response chain via the RequestInterceptorInjectionHandler. There are to light-4j built-in request interceptors.
RequestBodyInterceptor is used to intercept the request body in the http-sidecar and light-gateway to support the body transformation and log the request body into the audit log for debugging.
RequestTransformerInterceptor is used to transform the request body to another format in order to bridge the difference between the consumer and provider.