Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/rest-client.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Smet <guillaume.smet@gmail.com>
  • Loading branch information
geoand and gsmet authored Apr 12, 2024
1 parent 30733ad commit 2cd38a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/rest-client.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,7 @@ public ClientMultipartForm buildClientMultipartForm(MultipartFormDataInput input
<2> A `ClientMultipartForm` is created.
<3> `FileItem` attribute is created for the request attribute that represented an in memory file attribute
<4> `FileItem` attribute is created for the request attribute that represented a file attribute saved on the file system
<5> Non-file attributes directly to `ClientMultipartForm` if not `FileItem`.
<5> Non-file attributes added directly to `ClientMultipartForm` if not `FileItem`.


In a similar fashion if the received server multipart request is known and looks something like:
Expand Down

0 comments on commit 2cd38a8

Please sign in to comment.