InMemoryBody
play.api.libs.ws.InMemoryBody
case class InMemoryBody(bytes: ByteString) extends WSBody
An in memory body
Value parameters
- bytes
-
The bytes of the body
Attributes
- Graph
-
- Supertypes
Members list
In this article