Request

zhttp.Request
sealed case class Request(headers: Headers, stream: ZStream[Any, Throwable, Chunk[Byte]], ch: IOChannel)

Attributes

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

Members list

Concise view

Value members

Concrete methods

def body: ZIO[Any, Throwable, Chunk[Byte]]
def bodyAsText: ZIO[Any, Throwable, String]
def contentLen: String
def fromJSON[A : JsonDecoder]: ZIO[Any, Throwable, A]
def fromJSONToStream[A : JsonDecoder]: ZStream[Any, Throwable, Either[String, A]]
def isChunked: Boolean
def isJSONBody: Boolean
def isWebSocket: Boolean
def path: String
def proto: String
def transferEncoding: Set[String]
def uri: URI

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product