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

Function SetFormData

request_wrapper.go:25–27  ·  view source on GitHub ↗

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

(data map[string]string)

Source from the content-addressed store, hash-verified

23// SetFormData is a global wrapper methods which delegated
24// to the default client, create a request and SetFormData for request.
25func SetFormData(data map[string]string) *Request {
26 return defaultClient.R().SetFormData(data)
27}
28
29// SetOrderedFormData is a global wrapper methods which delegated
30// to the default client, create a request and SetOrderedFormData for request.

Callers

nothing calls this directly

Calls 2

SetFormDataMethod · 0.80
RMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…