spring-framework / org.springframework.web.reactive.function / BodyExtractors / toParts

toParts

open static fun toParts(): BodyExtractor<Flux<Part>, ServerHttpRequest>

Return a BodyExtractor that reads multipart (i.e. file upload) form data into a MultiValueMap.

Return
a BodyExtractor that reads multipart data