ResponseDsl

abstract
class ResponseDsl[+A]
class Object
trait Matchable
class Any

Value members

Abstract methods

def withResponseAttempt(r: Either[Throwable, Response]): A

Concrete methods

final
def apply(body: String, contentType: String, headers: Headers, status: Status): A
final
def withException(err: Throwable): A
final
def withResponse(r: Response): A