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
| WithClientReadTimeout | 0s | maximum duration for full response reading (including body). |
58
-
| WithTLSConfig | nil | tlsConfig to create a tls connection, for specific configuration information, please refer to [tls](/docs/hertz/tutorials/basic-feature/protocol/tls/). |
59
-
| WithDialer | network.Dialer | specific dialer. |
60
-
| WithResponseBodyStream | false | determine whether read body in stream or not, default not read in stream. |
61
-
| WithDisableHeaderNamesNormalizing | false | whether disable header names normalizing, default not disabled, for example, cONTENT-lenGTH -> Content-Length. |
62
-
| WithName | "" | client name which used in User-Agent Header. |
63
-
| WithNoDefaultUserAgentHeader | false | whether no default User-Agent header, default with User-Agent header. |
64
-
| WithDisablePathNormalizing | false | whether disable path normalizing, default specification path, for example, http://localhost:8080/hello/../ hello -> http://localhost:8080/hello.|
65
-
| WithRetryConfig | nil | retry configuration, for specific configuration information, please refer to [retry](/docs/hertz/tutorials/basic-feature/retry/). |
66
-
| WithWriteTimeout | 0s | write timeout. |
67
-
| WithConnStateObserve | nil, 5s| set function to observe and record the connection status of HTTP client, as well as observe execution intervals.|
68
-
| WithDialFunc | network.Dialer | set dialer function. |
55
+
| WithMaxConnWaitTimeout | 0s | maximum duration for waiting for a free connection. |
| WithClientReadTimeout | 0s | maximum duration for full response reading (including body). |
58
+
| WithTLSConfig | nil | tlsConfig to create a tls connection, for specific configuration information, please refer to [tls](/docs/hertz/tutorials/basic-feature/protocol/tls/). |
59
+
| WithDialer | network.Dialer | specific dialer. |
60
+
| WithResponseBodyStream | false | determine whether read body in stream or not, default not read in stream. |
61
+
| WithDisableHeaderNamesNormalizing | false | whether disable header names normalizing, default not disabled, for example, cONTENT-lenGTH -> Content-Length. |
62
+
| WithName | "" | client name which used in User-Agent Header. |
63
+
| WithNoDefaultUserAgentHeader | false | whether no default User-Agent header, default with User-Agent header. |
64
+
| WithDisablePathNormalizing | false | whether disable path normalizing, default specification path, for example, http://localhost:8080/hello/../ hello -> http://localhost:8080/hello.|
65
+
| WithRetryConfig | nil | retry configuration, for specific configuration information, please refer to [retry](/docs/hertz/tutorials/basic-feature/retry/). |
66
+
| WithWriteTimeout | 0s | write timeout. |
67
+
| WithConnStateObserve | nil, 5s| set function to observe and record the connection status of HTTP client, as well as observe execution intervals. |
68
+
| WithDialFunc | network.Dialer | set dialer function. |
0 commit comments