MCPcopy Index your code
hub / github.com/imroc/req / R

Function R

client_wrapper.go:818–820  ·  view source on GitHub ↗

R is a global wrapper methods which delegated to the default client's Client.R().

()

Source from the content-addressed store, hash-verified

816// R is a global wrapper methods which delegated
817// to the default client's Client.R().
818func R() *Request {
819 return defaultClient.R()
820}

Callers

nothing calls this directly

Calls 1

RMethod · 0.80

Tested by

no test coverage detected