You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any form data fields to be sent in addition to the file upload
72
75
76
+
#### options.headers
77
+
Type: `Object`
78
+
DefaultValue: `{}`
79
+
80
+
Headers to send along with your HTTP request. For example, a lot of API require the Authentication to be sent through the Headers.
81
+
73
82
#### src
74
83
Type: `String`
75
84
Default value: `''`
@@ -111,7 +120,7 @@ You should fork this repo, and issue a Pull Request with your proposed changes.
111
120
112
121
### Roadmap ideas
113
122
For now the upload is limited to 1 file per target. This could change if I find a scenario needing it.
114
-
Also, it is not possible to add additional payload (no custom data). A lot of API require the Authentication to be sent through the Headers, so this might be one of the next improvement.
123
+
Also, it is not possible to add additional payload (no custom data).
115
124
116
125
## Release History
117
126
- 0.1.2 - 2014-04-03: Updated Restler to latest (3.2.0) version.
0 commit comments