Response

io.quartz.http2.model.Response
See theResponse companion object
sealed case class Response(code: StatusCode, headers: Headers, stream: Stream[IO, Byte])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def asStream(s0: Stream[IO, Byte]): Response
def asText(text: String): Response
def hdr(hdr: Headers): Response
def hdr(pair: (String, String)): Response
def isChunked: Boolean
def transferEncoding(): List[String]
def transferEncoding(vals0: String*): Response

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product