-
Use an HttpMessageConverter for form body · b8cf89fbDave Syer authored
Instead of building a String, if we use an existing HttpMessageConverter from Spring web, we can support multipart form data. Fixes gh-197 (hopefully)
b8cf89fb
×
Instead of building a String, if we use an existing HttpMessageConverter from Spring web, we can support multipart form data. Fixes gh-197 (hopefully)