SetBodyString is a global wrapper methods which delegated to the default client, create a request and SetBodyString for request.
(body string)
| 315 | // SetBodyString is a global wrapper methods which delegated |
| 316 | // to the default client, create a request and SetBodyString for request. |
| 317 | func SetBodyString(body string) *Request { |
| 318 | return defaultClient.R().SetBodyString(body) |
| 319 | } |
| 320 | |
| 321 | // SetBodyJsonString is a global wrapper methods which delegated |
| 322 | // to the default client, create a request and SetBodyJsonString for request. |
nothing calls this directly
no test coverage detected
searching dependent graphs…