Interface InterceptableRequestBody


public interface InterceptableRequestBody

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

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

Since:
1.6
Author:
Jeremy Kuhn
See Also: