All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sttp.tapir.tests.Files.scala Maven / Gradle / Ivy

There is a newer version: 1.11.4
Show newest version
package sttp.tapir.tests

import sttp.tapir._

object Files {
  val in_file_out_file: PublicEndpoint[TapirFile, Unit, TapirFile, Any] =
    endpoint.post.in("api" / "echo").in(fileBody).out(fileBody).name("echo file")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy