Skip to content

Commit 28f166d

Browse files
committed
One more wrong content type
1 parent 08b6ae3 commit 28f166d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var request = http.request({
3737
method: 'post',
3838
host: 'example.org',
3939
path: '/upload',
40-
headers: {'Content-Type': 'application/x-www-form-urlencoded'}
40+
headers: {'Content-Type': 'multipart/form-data'}
4141
});
4242

4343
form.pipe(request);

0 commit comments

Comments
 (0)