We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d27f754 commit ac347d0Copy full SHA for ac347d0
1 file changed
src/index.js
@@ -139,7 +139,7 @@ HTTPSnippet.prototype.prepare = function (request) {
139
140
// request.postData.boundary = this.getBoundary()
141
// request.headersObj['content-type'] = 'multipart/form-data; boundary=' + this.getBoundary()
142
- // request.headersObj['Content-Type'] = request.postData.mimeType
+ request.headersObj['content-type'] = request.postData.mimeType
143
}
144
break
145
0 commit comments