public abstract class RestAssuredPreprocessors
extends java.lang.Object
OperationPreprocessors
for use with REST Assured 3. They can be applied to an
Operation's
request
or
response
before it is documented.Modifier and Type | Method and Description |
---|---|
static UriModifyingOperationPreprocessor |
modifyUris()
Returns a
UriModifyingOperationPreprocessor that will modify URIs in the
request or response by changing one or more of their host, scheme, and port. |
public static UriModifyingOperationPreprocessor modifyUris()
UriModifyingOperationPreprocessor
that will modify URIs in the
request or response by changing one or more of their host, scheme, and port.