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

sttp.tapir.TapirExtensions.scala Maven / Gradle / Ivy

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

import java.nio.file.Path

trait TapirExtensions {
  type TapirFile = java.io.File
  def pathBody: EndpointIO.Body[FileRange, Path] = binaryBody(RawBodyType.FileBody)[Path]
}

object TapirFile {
  def name(f: TapirFile): String = f.getName
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy