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

Function SetBodyXmlBytes

request_wrapper.go:347–349  ·  view source on GitHub ↗

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

(body []byte)

Source from the content-addressed store, hash-verified

345// SetBodyXmlBytes is a global wrapper methods which delegated
346// to the default client, create a request and SetBodyXmlBytes for request.
347func SetBodyXmlBytes(body []byte) *Request {
348 return defaultClient.R().SetBodyXmlBytes(body)
349}
350
351// SetBodyXmlMarshal is a global wrapper methods which delegated
352// to the default client, create a request and SetBodyXmlMarshal for request.

Callers

nothing calls this directly

Calls 2

SetBodyXmlBytesMethod · 0.80
RMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…