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: modules/ROOT/pages/send-receive-multipart-jaxrs.adoc
-57Lines changed: 0 additions & 57 deletions
Original file line number
Diff line number
Diff line change
@@ -45,63 +45,6 @@ buildscript {
45
45
}
46
46
----
47
47
48
-
[#multipart]
49
-
== Processing multipart data
50
-
51
-
The `multipart/form-data` media type enables requests to send multiple entities (parts) as a single entity using `jakarta.ws.rs.core.EntityPart` objects.
52
-
53
-
For example, MicroProfile Multipart Rest Clients are defined as Java interfaces.
54
-
55
-
[source,java]
56
-
----
57
-
@Consumes(MediaType.MULTIPART_FORM_DATA)
58
-
@Produces(MediaType.MULTIPART_FORM_DATA)
59
-
@Path("/test-app")
60
-
public interface MultiPartClient extends AutoCloseable {
Copy file name to clipboardExpand all lines: modules/reference/pages/diff/mp-61-70-diff.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ RestClientBuilder.newBuilder()
90
90
91
91
=== Processing multipart data
92
92
93
-
Information and example code are added to the xref:ROOT:send-receive-multipart-jaxrs.adoc#multipart[send and receive multipart/form-data parts in Jakarta Restful Web Services] for processing multipart data, introduced as part of RESTful Web Services version 3.1 in EE10.
93
+
The link:https://download.eclipse.org/microprofile/microprofile-rest-client-4.0/microprofile-rest-client-spec-4.0.html#_processing_multipart_data[MicroProfile Rest Client 4.0 specification] includes information and example code for processing multipart data, introduced as part of RESTful Web Services version 3.1 in EE10.
0 commit comments