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

Function SetCommonFormDataFromValues

client_wrapper.go:50–52  ·  view source on GitHub ↗

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

(data url.Values)

Source from the content-addressed store, hash-verified

48// SetCommonFormDataFromValues is a global wrapper methods which delegated
49// to the default client's Client.SetCommonFormDataFromValues.
50func SetCommonFormDataFromValues(data url.Values) *Client {
51 return defaultClient.SetCommonFormDataFromValues(data)
52}
53
54// SetCommonFormData is a global wrapper methods which delegated
55// to the default client's Client.SetCommonFormData.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…