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

Function SetCommonFormData

client_wrapper.go:56–58  ·  view source on GitHub ↗

SetCommonFormData is a global wrapper methods which delegated to the default client's Client.SetCommonFormData.

(data map[string]string)

Source from the content-addressed store, hash-verified

54// SetCommonFormData is a global wrapper methods which delegated
55// to the default client's Client.SetCommonFormData.
56func SetCommonFormData(data map[string]string) *Client {
57 return defaultClient.SetCommonFormData(data)
58}
59
60// SetMultipartBoundaryFunc is a global wrapper methods which delegated
61// to the default client's Client.SetMultipartBoundaryFunc.

Callers

nothing calls this directly

Calls 1

SetCommonFormDataMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…