We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cde1f commit b1307efCopy full SHA for b1307ef
client_options.go
@@ -99,7 +99,7 @@ func WithRequestLogHook(hook retryablehttp.RequestLogHook) ClientOptionFunc {
99
}
100
101
102
-// WithResponseLogHook uses the specified ResponseLogHook on all responses
+// WithResponseLogHook can be used to configure a custom response log hook.
103
func WithResponseLogHook(hook retryablehttp.ResponseLogHook) ClientOptionFunc {
104
return func(c *Client) error {
105
c.client.ResponseLogHook = hook
0 commit comments