NettyBody

zio.http.netty.NettyBody$
object NettyBody extends BodyEncoding

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def fromAsciiString(asciiString: AsciiString): Body

Helper to create Body from AsciiString

Helper to create Body from AsciiString

Attributes

def fromByteBuf(byteBuf: ByteBuf): Body

Helper to create Body from ByteBuf

Helper to create Body from ByteBuf

Attributes

override def fromCharSequence(charSequence: CharSequence, charset: Charset): Body

Attributes

Definition Classes