|
1 | 1 | /////////////////////////////////////////////////////////////////////////////// |
2 | 2 |
|
3 | | - Copyright (c) 2022 Oracle and/or its affiliates. |
| 3 | + Copyright (c) 2023 Oracle and/or its affiliates. |
4 | 4 |
|
5 | 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
6 | 6 | you may not use this file except in compliance with the License. |
@@ -49,18 +49,18 @@ This is a standalone configuration type, prefix from configuration root: `client |
49 | 49 | |`connect-timeout-millis` |long |`60000` |Sets new connection timeout of the request. |
50 | 50 | |`cookies.automatic-store-enabled` |boolean |{nbsp} |Whether to allow automatic cookie storing |
51 | 51 | |`cookies.default-cookies` |Map |{nbsp} |Default cookies to be used in each request. Each list entry has to have "name" and "value" node |
| 52 | +|`dns-resolver-type` |DnsResolverType (DEFAULT, ROUND_ROBIN, NONE) |{nbsp} |Set which type of DNS resolver should be used. |
52 | 53 | |`follow-redirects` |boolean |`false` |Whether to follow any response redirections or not. |
53 | 54 | |`headers` |Map |{nbsp} |Default headers to be used in each request. Each list entry has to have "name" and "value" node |
| 55 | +|`keep-alive` |boolean |`true` |Enable keep alive option on the connection. |
54 | 56 | |`max-redirects` |int |`5` |Sets max number of followed redirects. |
55 | 57 | |`media-support` |xref:{rootdir}/config/io_helidon_media_common_MediaContext.adoc[MediaContext] |{nbsp} | |
56 | 58 | |`proxy` |xref:{rootdir}/config/io_helidon_webclient_Proxy.adoc[Proxy] |{nbsp} |Sets new request proxy. |
57 | 59 | |`read-timeout-millis` |long |`600000` |Sets new read timeout of the response. |
58 | 60 | |`relative-uris` |boolean |`false` |Can be set to `true` to force the use of relative URIs in all requests, |
59 | 61 | regardless of the presence or absence of proxies or no-proxy lists. |
60 | 62 | |`tls` |xref:{rootdir}/config/io_helidon_webclient_WebClientTls.adoc[WebClientTls] |{nbsp} |New TLS configuration. |
61 | | -|`uri` |string |{nbsp} |Base uri for each request. |
62 | | -
|
63 | | - @return updated builder instance |
| 63 | +|`uri` |string |{nbsp} |Base URI for each request |
64 | 64 | |`user-agent` |string |{nbsp} |Name of the user agent which should be used. |
65 | 65 |
|
66 | 66 | |=== |
|
0 commit comments