MCPcopy Index your code
hub / github.com/imroc/req / DisableAutoReadResponse

Method DisableAutoReadResponse

client.go:802–805  ·  view source on GitHub ↗

DisableAutoReadResponse disable read response body automatically (enabled by default).

()

Source from the content-addressed store, hash-verified

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

Callers 3

DisableAutoReadResponseFunction · 0.45

Calls

no outgoing calls

Tested by 2