SetFileBytes is a global wrapper methods which delegated to the default client, create a request and SetFileBytes for request.
(paramName, filename string, content []byte)
| 71 | // SetFileBytes is a global wrapper methods which delegated |
| 72 | // to the default client, create a request and SetFileBytes for request. |
| 73 | func SetFileBytes(paramName, filename string, content []byte) *Request { |
| 74 | return defaultClient.R().SetFileBytes(paramName, filename, content) |
| 75 | } |
| 76 | |
| 77 | // SetFiles is a global wrapper methods which delegated |
| 78 | // to the default client, create a request and SetFiles for request. |
nothing calls this directly
no test coverage detected
searching dependent graphs…