You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/custom-http-client/src/main/java/cloud/stackit/sdk/customhttpclient/examples/CustomHttpClientExample.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,11 @@
14
14
*
15
15
* The example shows how to set the authorization header in the OkHttpClient object (required!).
16
16
*
17
-
* NOTE: Passing the http client is optional, see our other examples where no OkHttpClient object is passed.
17
+
* NOTE: Passing the http client is optional, see our other examples
18
+
* where no OkHttpClient object is passed.
18
19
* In this case the STACKIT SDK ApiClients will just create their own OkHttpClient objects.
19
-
* Nevertheless, for production usage try to use one single OkHttpClient object for everything to take advantage of the
20
-
* shared connection pool and to prevent resource leaks.
20
+
* Nevertheless, for production usage try to use one single OkHttpClient object
21
+
* for everything to take advantage of the shared connection pool and to prevent resource leaks.
0 commit comments