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
Copy file name to clipboardexpand all lines: components/multipart-stream-builder.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ A multipart stream is a special kind of stream that is used to transfer files ov
34
34
35
35
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.
36
36
37
-
Building a multipart stream
37
+
Building a Multipart Stream
38
38
```````````````````````````
39
39
40
40
To build a multipart stream you may use the ``MultipartStreamBuilder``. It is not coupled to any stream implementation so it needs a ``StreamFactory`` to create the streams.
If you want to use the ``FlexibleHttpClient`` or ``HttpMethodsClient`` from the ``php-http/message`` package you may specify that on the client configuration.
0 commit comments