oxygen.http.model.HttpBody
See theHttpBody companion trait
object HttpBody
Attributes
Members list
Type members
Classlikes
final case class Bytes(body: Array[Byte], contentType: ContentType, charset: Charset) extends NonEmpty
final case class Stream(stream: URIO[Scope, InputStream], contentType: ContentType, charset: Charset, contentLength: Option[Long]) extends NonEmpty
final case class Text(body: String, contentType: ContentType) extends NonEmpty
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article