Generated by
JDiff

Interface org.springframework.web.server.ServerWebExchange

Removed Methods
<any> getRequestParams() Return a combined map that represents both ServerHttpRequest.getQueryParams() and .getFormData() or an empty map.
 

Added Methods
<any> getMultipartData() Return the parts of a multipart request if the Content-Type is {@code "multipart/form-data"} or an empty map otherwise.