()
| 707 | } |
| 708 | |
| 709 | func WithLogBodies() ClientOption { |
| 710 | return func(c *Client) { |
| 711 | c.logBodies = true |
| 712 | } |
| 713 | } |
| 714 | |
| 715 | func WithPlainLogger(plainLogger io.Writer) ClientOption { |
| 716 | return func(c *Client) { |
no outgoing calls
no test coverage detected