sttp.tapir.server.interpreter.RawValue
See theRawValue companion object
case class RawValue[R](value: R, createdFiles: Seq[FileRange] = ..., cleanup: Option[() => Unit] = ...)
Value parameters
- cleanup
-
Cleanup function to be called when the request is processed.
- createdFiles
-
Temporary files created when parsing the request body, which should be deleted when the request is processed.
- value
-
The parsed value of the request body.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article