SetBodyJsonString is a global wrapper methods which delegated to the default client, create a request and SetBodyJsonString for request.
(body string)
| 321 | // SetBodyJsonString is a global wrapper methods which delegated |
| 322 | // to the default client, create a request and SetBodyJsonString for request. |
| 323 | func SetBodyJsonString(body string) *Request { |
| 324 | return defaultClient.R().SetBodyJsonString(body) |
| 325 | } |
| 326 | |
| 327 | // SetBodyJsonBytes is a global wrapper methods which delegated |
| 328 | // to the default client, create a request and SetBodyJsonBytes for request. |
nothing calls this directly
no test coverage detected
searching dependent graphs…