softwaremill/tapir

Implement multipart body support in sttp stub

urieli opened this issue · 8 comments

Multipart support was never added to the stub:

throw new IllegalArgumentException("Stub cannot handle multipart bodies")

This makes it impossible to test endpoints with multipart bodies.

Originally posted by @adamw in #3895 (comment)