multipart
fun multipart(contentType: String, configurer: Consumer<JavaMultipartSpecBuilder>): JavaBodySpecBuilder<P>(source)
Matches a multipart body with the expected content type, such as multipart/mixed.
Return
This builder instance.
Parameters
content Type
Expected multipart content type.
configurer
Configures required multipart parts.