Skip to content

Commit e783d90

Browse files
authored
fix: release #97 (#102)
1 parent e3d6845 commit e783d90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ form.append('custom_file', fs.createReadStream(__dirname + '/unicycle.jpg'), {fi
221221
```
222222
See the [form-data README](https://github.com/form-data/form-data) for more information & examples.
223223

224-
225224
#### multipart/related
226225

227226
Some variations in different HTTP implementations require a newline/CRLF before, after, or both before and after the boundary of a `multipart/related` request (using the multipart option). This has been observed in the .NET WebAPI version 4.0. You can turn on a boundary preambleCRLF or postamble by passing them as `true` to your request options.

0 commit comments

Comments
 (0)