GetClient returns the underlying `http.Client`.
()
| 1373 | |
| 1374 | // GetClient returns the underlying `http.Client`. |
| 1375 | func (c *Client) GetClient() *http.Client { |
| 1376 | return c.httpClient |
| 1377 | } |
| 1378 | |
| 1379 | func (c *Client) getRetryOption() *retryOption { |
| 1380 | if c.retryOption == nil { |
no outgoing calls