ResponseOutputSyntax

zio.http.Http$.ResponseOutputSyntax
final implicit class ResponseOutputSyntax[-R, +Err, -In](val self: Http[R, Err, In, Response]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def body(implicit trace: Trace): Http[R, Err, In, Body]
def contentLength(implicit trace: Trace): Http[R, Err, In, Option[Long]]
def contentType(implicit trace: Trace): Http[R, Err, In, Option[String]]
def headerValue(name: CharSequence)(implicit trace: Trace): Http[R, Err, In, Option[String]]
def headers(implicit trace: Trace): Http[R, Err, In, Headers]
def status(implicit trace: Trace): Http[R, Err, In, Status]

Concrete fields

val self: Http[R, Err, In, Response]