requestCustomizers

Set the RestTemplateRequestCustomizers that should be applied to the ClientHttpRequest. Customizers are applied in the order that they were added. Setting this value will replace any previously configured request customizers.

Return

a new builder instance

Since

2.2.0

Parameters

requestCustomizers

the request customizers to set

See also