Skip to content
Advertisement

Tag: netflix-feign

File Upload Using Feign – multipart/form-data

I’m trying to accomplish a multipart file upload using feign, but I can’t seem to find a good example of it anywhere. I essentially want the HTTP request to turn out similar to this: Or even… Do I need to manually build the request body, including generating the multipart boundaries? That seems a bit excessive considering everything else this client

Advertisement