DisableAutoReadResponse disable read response body automatically (enabled by default).
()
| 800 | |
| 801 | // DisableAutoReadResponse disable read response body automatically (enabled by default). |
| 802 | func (c *Client) DisableAutoReadResponse() *Client { |
| 803 | c.disableAutoReadResponse = true |
| 804 | return c |
| 805 | } |
| 806 | |
| 807 | // EnableAutoReadResponse enable read response body automatically (enabled by default). |
| 808 | func (c *Client) EnableAutoReadResponse() *Client { |
no outgoing calls