Upload a File with WebClient

In this article, we’ll use WebClient – a non-blocking, reactive HTTP client – to illustrate how to upload a file.

Send MultipartFile Request With RestAssured

When testing, we may wish to send uploads to endpoints that use Multipart data. We look at how RestAssured can help us with these tests and how to mock those services with Wiremock.