Skip to content

Commit f1acbb4

Browse files
committed
Added info about the boundary
1 parent eb35e85 commit f1acbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/multipart-stream-builder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A multipart stream is a special kind of stream that is used to transfer files ov
3131
------------------------------83ff53821b7c--
3232
3333
34-
In the request above you see a set of HTTP headers and a body with two streams. The body starts and ends with a "boundary" and it is also this boundary that separates the streams.
34+
In the request above you see a set of HTTP headers and a body with two streams. The body starts and ends with a "boundary" and it is also this boundary that separates the streams. That boundary also needs to be specified in the ``Content-Type`` header.
3535

3636
Building a multipart stream
3737
```````````````````````````

0 commit comments

Comments
 (0)