MCPcopy Create free account
hub / github.com/imroc/req / SetBodyXmlString

Function SetBodyXmlString

request_wrapper.go:341–343  ·  view source on GitHub ↗

SetBodyXmlString is a global wrapper methods which delegated to the default client, create a request and SetBodyXmlString for request.

(body string)

Source from the content-addressed store, hash-verified

339// SetBodyXmlString is a global wrapper methods which delegated
340// to the default client, create a request and SetBodyXmlString for request.
341func 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.

Callers

nothing calls this directly

Calls 2

SetBodyXmlStringMethod · 0.80
RMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…