Preprocessors
and, specifically,
Preprocessors.modifyUris()
@Deprecated public abstract class RestAssuredPreprocessors extends 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()
Deprecated.
since 2.0.1 in favor of
Preprocessors.modifyUris() |
@Deprecated public static UriModifyingOperationPreprocessor modifyUris()
Preprocessors.modifyUris()
UriModifyingOperationPreprocessor
that will modify URIs in the
request or response by changing one or more of their host, scheme, and port.