NoResponse

zhttp.NoResponse$
object NoResponse extends Response

Attributes

Graph
Supertypes
class Response
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
NoResponse.type

Members list

Value members

Inherited methods

def asJsonArray[B : JsonEncoder](objs: Chunk[B]): Response

Attributes

Inherited from:
Response
def asJsonBody[B : JsonEncoder](obj: B): Response

Attributes

Inherited from:
Response
def asJsonStream[MyEnv, B : JsonEncoder](stream: ZStream[MyEnv, Throwable, B]): Response

Attributes

Inherited from:
Response
def asStream[MyEnv](s0: ZStream[MyEnv, Throwable, Chunk[Byte]]): Response

Attributes

Inherited from:
Response
def asTextBody(text: String): Response

Attributes

Inherited from:
Response

Attributes

Inherited from:
Response
def hdr(pair: (String, String)): Response

Attributes

Inherited from:
Response
def hdr(hdr: Headers): Response

Attributes

Inherited from:
Response
def isChunked: Boolean

Attributes

Inherited from:
Response
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def streamWith[MyEnv]: ZStream[MyEnv, Throwable, Chunk[Byte]]

Attributes

Inherited from:
Response
def transferEncoding(vals0: String*): Response

Attributes

Inherited from:
Response
def transferEncoding(): Set[String]

Attributes

Inherited from:
Response