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

Function SetFiles

request_wrapper.go:79–81  ·  view source on GitHub ↗

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

(files map[string]string)

Source from the content-addressed store, hash-verified

77// SetFiles is a global wrapper methods which delegated
78// to the default client, create a request and SetFiles for request.
79func SetFiles(files map[string]string) *Request {
80 return defaultClient.R().SetFiles(files)
81}
82
83// SetFile is a global wrapper methods which delegated
84// to the default client, create a request and SetFile for request.

Callers

nothing calls this directly

Calls 2

SetFilesMethod · 0.80
RMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…