zio.http.Body$
See theBody companion trait
object Body
Members list
Concise view
Type members
Classlikes
trait UnsafeAsync
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
Value members
Concrete methods
Helper to create Body from AsciiString
Helper to create Body from AsciiString
Attributes
Helper to create Body from ByteBuf
Helper to create Body from ByteBuf
Attributes
Helper to create Body from CharSequence
Helper to create Body from CharSequence
Attributes
Helper to create Body from chunk of bytes
Helper to create Body from chunk of bytes
Attributes
Helper to create Body from contents of a file
Helper to create Body from contents of a file
Attributes
def fromStream(stream: ZStream[Any, Throwable, CharSequence], charset: Charset)(implicit trace: Trace): Body
Helper to create Body from Stream of string
Helper to create Body from Stream of string
Attributes
Helper to create Body from Stream of bytes
Helper to create Body from Stream of bytes
Attributes
Helper to create Body from String
Helper to create Body from String