OK HTTP Client changes

This commit is contained in:
Ryan Baxter
2017-07-07 10:10:53 -04:00
parent 572305d7c8
commit b2f608b884
17 changed files with 409 additions and 88 deletions

View File

@@ -1514,7 +1514,7 @@ path rendering the `users` path unreachable.
The default HTTP client used by zuul is now backed by the Apache HTTP Client instead of the
deprecated Ribbon `RestClient`. To use `RestClient` or to use the `okhttp3.OkHttpClient` set
`ribbon.restclient.enabled=true` or `ribbon.okhttp.enabled=true` respectively.
`ribbon.restclient.enabled=true` or `spring.cloud.httpclient.ok.enabled=true` respectively.
=== Cookies and Sensitive Headers