org.springframework.web.client.constants.RestTemplateJdkSystemPropertiesConstants Maven / Gradle / Ivy
The newest version!
package org.springframework.web.client.constants;
public interface RestTemplateJdkSystemPropertiesConstants {
String SPRING_REST_JDK_HTTP_PREFIX = "spring.rest.jdkhttp";
String SPRING_REST_JDK_HTTP_ENABLED = SPRING_REST_JDK_HTTP_PREFIX + ".enabled";
}