Multipart support was never added to the stub: https://github.com/softwaremill/tapir/blob/abeb5d72e4e7a16c4da3830a59eb58862dfda69b/server/sttp-stub-server/src/main/scala/sttp/tapir/server/stub/SttpRequestBody.scala#L49 This makes it impossible to test endpoints with multipart bodies. _Originally posted by @adamw in https://github.com/softwaremill/tapir/issues/3895#issuecomment-2208480834_
Multipart support was never added to the stub:
tapir/server/sttp-stub-server/src/main/scala/sttp/tapir/server/stub/SttpRequestBody.scala
Line 49 in abeb5d7
This makes it impossible to test endpoints with multipart bodies.
Originally posted by @adamw in #3895 (comment)