Interface InterceptedRequestBody


public interface InterceptedRequestBody

An intercepted request body allows to intercept and transform the actual request body sent to the endpoint.

It is exposed in the InterceptedRequest when the request method allows it, namely POST, PUT or DELETE

Since:
1.6
Author:
Jeremy Kuhn
See Also: