Replies: 1 comment
-
Aim for this feature in the v3.0.0. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
resp, err := client.R(). SetFiles(map[string]string{ "profile_img": "/Users/jeeva/test-img.png", "notes": "/Users/jeeva/text-file.txt", }). Post("http://myapp.com/upload")
It seems read all files bytes in memory, any functions to avoid it?
Beta Was this translation helpful? Give feedback.
All reactions