implicit final class ResponseOutputSyntax[-R, +Err, -In] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResponseOutputSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def body(implicit trace: Trace): Handler[R, Err, In, Body]
Extracts body
- def contentLength(implicit trace: Trace): Handler[R, Err, In, Option[Long]]
Extracts content-length from the response if available
- def contentType(implicit trace: Trace): Handler[R, Err, In, Option[String]]
Extracts the value of ContentType header
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def headerValue(name: CharSequence)(implicit trace: Trace): Handler[R, Err, In, Option[String]]
Extracts the value of the provided header name.
- def headers(implicit trace: Trace): Handler[R, Err, In, Headers]
Extracts the
Headers
from the typeB
if possible - final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val self: Handler[R, Err, In, Response]
- def status(implicit trace: Trace): Handler[R, Err, In, Status]
Extracts
Status
from the typeB
is possible. - def toString(): String
- Definition Classes
- Any