SetBodyXmlString is a global wrapper methods which delegated to the default client, create a request and SetBodyXmlString for request.
(body string)
| 339 | // SetBodyXmlString is a global wrapper methods which delegated |
| 340 | // to the default client, create a request and SetBodyXmlString for request. |
| 341 | func SetBodyXmlString(body string) *Request { |
| 342 | return defaultClient.R().SetBodyXmlString(body) |
| 343 | } |
| 344 | |
| 345 | // SetBodyXmlBytes is a global wrapper methods which delegated |
| 346 | // to the default client, create a request and SetBodyXmlBytes for request. |
nothing calls this directly
no test coverage detected
searching dependent graphs…