|
|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
/* |
|
|
|
|
* Copyright 2002-2018 the original author or authors. |
|
|
|
|
* Copyright 2002-2019 the original author or authors. |
|
|
|
|
* |
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
|
@ -29,7 +29,8 @@ import org.springframework.util.Assert;
@@ -29,7 +29,8 @@ import org.springframework.util.Assert;
|
|
|
|
|
import org.springframework.util.StreamUtils; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Wrapper for a {@link ClientHttpRequest} that has support for {@link ClientHttpRequestInterceptor ClientHttpRequest} that has support for {@link ClientHttpRequestInterceptors}. |
|
|
|
|
* Wrapper for a {@link ClientHttpRequest} that has support for {@link ClientHttpRequestInterceptor |
|
|
|
|
* ClientHttpRequestInterceptors}. |
|
|
|
|
* |
|
|
|
|
* @author Arjen Poutsma |
|
|
|
|
* @since 3.1 |
|
|
|
|
|