BodyOrInputStream

olon.http.BodyOrInputStream
final case class BodyOrInputStream(is: InputStream)

Holds either the body or the request input stream, depending on which was requested first

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

lazy val body: Box[Array[Byte]]
lazy val stream: Box[InputStream]